summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Create a QNX version of calculateUnixPriorityJames McDonnell2017-11-301-0/+54
* Remove references to obsolete platformsJake Petroules2017-11-051-3/+0
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-1/+1
|\
| * Android: Fix compile with unified headersBogDan Vatra2017-08-171-1/+1
* | QThread: terminate on exceptions leaving run()Giuseppe D'Angelo2017-04-261-54/+97
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-12/+12
|\
| * Turn QThreadData::threadId into a QAtomicPointerThiago Macieira2017-02-151-12/+12
* | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-271-4/+4
|/
* Add support for Apple watchOSJake Petroules2016-08-191-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-16/+39
|\
| * Fix cast warnings when pthread_t is smaller than a pointerJames McDonnell2016-06-131-16/+39
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-16/+17
|\|
| * Don't store the pthread_t thread ID twice in QThreadThiago Macieira2016-04-301-16/+17
* | 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-231-4/+18
|\|
| * OS X: Add opt-in for CoreFoundation event dispatcherMorten Johan Sørvig2015-11-191-3/+14
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-11/+4
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+1
|\
| * Fix two data races in QThread/QThreadDataDavid Faure2015-09-221-1/+1
* | Clean up some Apple-related includes and declarations.Jake Petroules2015-09-221-3/+0
* | QThread: simplify the pthread_cleanup_pop functionThiago Macieira2015-07-161-7/+8
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+1
|\
| * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-311-1/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-4/+2
|\|
| * Make the detection of the number of cores on Unix prettierThiago Macieira2015-02-151-4/+2
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Remove Q_C_CALLBACKSThiago Macieira2015-01-171-6/+0
|/
* Fix QThread::idealThreadCount on Unix if sysconf or sysctl failsThiago Macieira2014-12-201-1/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Android: Don't register main thread on loading libraryEskil Abrahamsen Blomfeldt2014-01-161-2/+2
* Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-051-0/+2
* Further followup to Q_OS_MACX changes.Jake Petroules2013-06-241-2/+2
* Fix crash when re-creating QThreadData after initially destroying itTor Arne Vestbø2013-06-141-0/+6
* Fix race condition in QThread::setPriorityDavid Faure2013-03-231-22/+17
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-7/+7
* Clear the current thread data for the main threadThiago Macieira2013-03-051-0/+5
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-4/+4
* Added support for multicore CPUs for INTEGRITY (V10+) target.Florian Behrens2013-01-301-0/+7
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Use sched_get_priority_* functions only for SCHED_RR and SCHED_FIFOPasi Petäjäjärvi2013-01-231-2/+14
|/
* Don't use MPProcessorsScheduled on Mac OS XThiago Macieira2012-12-281-5/+2
* QtCore: Make more signals private.Stephen Kelly2012-11-281-2/+2
* Remove the QThread::terminated() signalSze Howe Koh2012-10-191-7/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use nanosleep instead of pthread_cond_timedwait for thread sleepingThiago Macieira2012-08-251-40/+8
* Mark simple static methods in QThread as Q_DECL_NOTHROWThiago Macieira2012-08-181-2/+2
* Fix compilation of QThread on QNXSean Harmer2012-08-171-4/+6
* Avoid an expensive call to toLocal8Bit upon thread creationThiago Macieira2012-08-151-10/+18