summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qwaitcondition_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant qelapsedtimer.h #includeSAhmad Samir2023-08-111-1/+0
* Resolve symbol conflict between qmutex_unix and qwaitcondition_unix.cppAmir Masoud Abdol2023-05-191-15/+22
* QReadWriteLock: remove the private function from the symbol tableThiago Macieira2023-05-111-5/+7
* QMutex/Unix: remove the pthread_mutex_t-based contentThiago Macieira2023-04-251-2/+2
* QWaitCondition/Unix: sort and organize includesThiago Macieira2023-04-181-7/+6
* QWaitCondition/Unix: use QDeadlineTimer's <chrono> supportThiago Macieira2023-04-181-17/+32
* QWaitCondition/Android: remove support for relative time waitsThiago Macieira2023-04-181-24/+0
* QWaitCondition/Unix: Modernize the call to pthread_condattr_setclockThiago Macieira2023-04-181-5/+8
* QElapsedTimer/Darwin: merge with the Unix implementationThiago Macieira2023-04-181-3/+2
* QElapsedTimer: remove the runtime check for the monotonic clockThiago Macieira2023-04-011-4/+4
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-2/+2
* QWaitCondition: remove a misleading commentGiuseppe D'Angelo2022-12-131-3/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-211-4/+3
* Split QMutex and QRecursiveMutexLars Knoll2020-10-171-4/+0
* Deprecate QMutex in recursive modeLars Knoll2020-09-211-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* QWaitCondition: un-deprecate wait() functions with ulong argChristian Ehrlicher2019-12-121-4/+0
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* QWaitCondition: mark obsolete functions as deprecatedChristian Ehrlicher2019-11-071-0/+4
* QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-291-1/+1
* Fix QDeadlineTimer::Forever case in QWaitConditionMorten Johan Sørvig2019-02-081-1/+3
* Modernize the "thread" featureUlf Hermann2018-08-171-4/+0
* Fix warning about tautological comparison in 32-bit modeThiago Macieira2018-06-011-1/+1
* Port QWaitCondition to QDeadlineTimerThiago Macieira2018-03-031-18/+35
* Optimized implementation of QReadWriteLockOlivier Goffart2016-03-111-4/+6
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Haiku: Fix QWaitCondition on HaikuTobias Koenig2015-07-081-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-5/+13
|\
| * Android: fix timed QWaitCondition::wait() on Android >= 5.0.Yoann Lopes2015-02-171-5/+13
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Haiku: Make corelib compile on HaikuTobias Koenig2015-01-101-1/+1
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix typo in qwaitcondition_unix.cppDavid Faure2013-09-021-1/+1
* Use Bionic's __pthread_cond_timedwait_relativeThiago Macieira2013-04-021-0/+15
* Add a function to do the relative waits, simplifying the code a littleThiago Macieira2013-04-021-3/+8
* Fix build on Android: libpthread is deficient and lacks functionsThiago Macieira2013-04-021-1/+1
* Set some attributes on pthread condattrsThiago Macieira2013-01-281-8/+38
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QMutex is now just a pointerOlivier Goffart2011-07-291-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+192