summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from implicit to explicit atomic pointer operationsMarc Mutz2019-06-291-4/+4
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-0/+6
|\
| * Add names for pthreads in IntegrityJanne Koskinen2019-06-031-0/+6
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-13/+13
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-5/+5
|\ \
| * | wasm: make idealThreadCount() work on all threadsMorten Johan Sørvig2019-05-081-5/+5
* | | rtems: Enable Thread local storage supportMikhail Svetkin2019-06-061-0/+3
* | | QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-291-5/+3
* | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-2/+2
|/ /
* / Wasm: Implement QThread::idealThreadCount()v5.13.0-alpha1Morten Johan Sørvig2019-02-071-0/+5
|/
* Modernize the "thread" featureUlf Hermann2018-08-171-6/+6
* QThread: Centralize the creation of the event dispatcherThiago Macieira2018-07-141-7/+1
* Make the sleep methods available in QThread even if QT_NO_THREADUlf Hermann2018-06-221-0/+4
* macOS: Remove qDebug silencer in qthread_unix.cppTor Arne Vestbø2018-02-191-13/+0
* Share event dispatcher creation between QThreadPrivate and QCoreApplicationTor Arne Vestbø2018-02-151-1/+2
* Make QThreadPrivate::createEventDispatcher do exactly what it saysTor Arne Vestbø2018-02-141-12/+14
* Use explicit QThreadData::hasEventDispatcher() where possibleTor Arne Vestbø2018-02-141-1/+1
* Simplify how we set thread name for UNIX threadsTor Arne Vestbø2018-02-051-11/+8
* 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