summaryrefslogtreecommitdiffstats
path: root/src/tools/qmutex_unix.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tools: fix to use `pthread_t` for Thread IDOBATA Akio2021-12-301-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 qmutexFrançois Andriot2015-12-151-2/+3
| | | | (cherry picked from commit a28cbf4837fbb1094ff790bf53cbec2dcab94a60)
* Add Qt3 development HEAD versionTimothy Pearson2011-07-101-0/+695