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) | ||||
* | Fix FTBFS because invalid data conversion in qmutex | François Andriot | 2015-12-15 | 1 | -2/+3 |
| | | | | (cherry picked from commit a28cbf4837fbb1094ff790bf53cbec2dcab94a60) | ||||
* | Add Qt3 development HEAD version | Timothy Pearson | 2011-07-10 | 1 | -0/+695 |