summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qwaitcondition_unix.cpp
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2010-09-16 08:50:25 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2010-12-20 15:49:36 (GMT)
commitd9e35493d494df60d771a928a8d0dbde2b66906e (patch)
treee7a9922f2b2ce9deba4e4a8a08bda038a51b1310 /src/corelib/thread/qwaitcondition_unix.cpp
parent2d87a865b26250dcecbcf73178f8091e0724106d (diff)
downloadQt-d9e35493d494df60d771a928a8d0dbde2b66906e.zip
Qt-d9e35493d494df60d771a928a8d0dbde2b66906e.tar.gz
Qt-d9e35493d494df60d771a928a8d0dbde2b66906e.tar.bz2
Move contender count maintenance to QMutexPrivate
Make the cross-platform implementation of QMutex in qmutex.cpp only use testAndSetAcquire(0, 1) and testAndSetRelease(1, 0) like in the new inline functions in qmutex.h This will allow us to open up for more platform-specific optimizations to improve performance of contended QMutexes. Reviewed-by: joao
Diffstat (limited to 'src/corelib/thread/qwaitcondition_unix.cpp')
0 files changed, 0 insertions, 0 deletions