summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Work-around crash in QThreadPool QThread usageAllan Sandfeld Jensen2022-01-211-1/+3
* Don't access QObject::objectName during QThread startVolker Hilsheimer2022-01-121-2/+5
* QThread: fix UB (invalid enum value) on Private::PriorityMarc Mutz2022-01-031-3/+3
* QThread/Unix: extract duplicate codeMarc Mutz2021-12-301-36/+27
* QThread::idealThreadCount: use the thread affinity setThiago Macieira2021-12-161-4/+29
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-291-0/+4
* QThread: Remove superfluous initialization of threadId on UnixIevgenii Meshcheriakov2021-09-281-1/+3
* wasm: enable the new event dispatcher for qtcoreMorten Johan Sørvig2021-08-271-0/+4
* QThread: avoid mixed enum arithmeticGiuseppe D'Angelo2021-06-131-3/+3
* Call QEventDispatcher::startingUp() on thread startMorten Johan Sørvig2020-12-211-0/+1
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-211-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Fix workaround in pthread destructorMike Achtelik2020-07-041-19/+6
* Revert "Remove pthread storage for thread local data"Alexandru Croitor2020-07-021-21/+59
* Remove pthread storage for thread local dataMike Achtelik2020-06-281-59/+21
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Return correct threadId in all casesSamuli Piippo2020-05-301-10/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-12/+12
|\
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-12/+12
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-2/+2
|\|
| * Port QThread::wait() to QDeadlineTimerChristian Ehrlicher2019-11-131-2/+2
| * QWaitCondition: mark obsolete functions as deprecatedChristian Ehrlicher2019-11-071-1/+1
* | Read a unique thread identifier from CPU registersVolker Hilsheimer2019-10-201-4/+24
|/
* Remove workaround for compilers not supporting thread_localVolker Hilsheimer2019-08-201-22/+1
* 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
|/