Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: fix to use `pthread_t` for Thread ID | OBATA Akio | 2021-12-30 | 1 | -10/+10 |
| | | | | | | | | | | | | Thread ID is opaque type pthread_t, it may not be compatible with integer, and may integer with valid id `0`. Change to store mutex owner thread ID as `pthread_t` type with valid flag and compare with `pthread_equal()`, and don't try to print it. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 1e77a5569b098c6b81c54d165cb189a316669dce) | ||||
* | Do not force POSIX mutexes on FreeBSD | Slávek Banko | 2017-03-12 | 1 | -2/+2 |
| | | | | | | | | This relates to bug 2462 See comments on bug 2744 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e70f5ecf7693b63d3221c590ae05414307515451) | ||||
* | Fix FTBFS because invalid data conversion in qmutex | François Andriot | 2014-09-07 | 1 | -2/+3 |
| | |||||
* | Add level method to recursive mutex | Timothy Pearson | 2012-12-07 | 1 | -0/+28 |
| | | | | | Enhance thread safety when making event calls Minor cleanup of whitespace in glib event loop | ||||
* | Add real threading support, including per-thread event loops, to QThread | Timothy Pearson | 2012-12-06 | 1 | -1/+0 |
| | |||||
* | Undo prior accidental commit | Timothy Pearson | 2012-03-02 | 1 | -13/+13 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 1 | -13/+13 |
| | |||||
* | Add Qt3 development HEAD version | Timothy Pearson | 2011-07-10 | 1 | -0/+695 |