summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread.cpp
Commit message (Expand)AuthorAgeFilesLines
* QThread: Introduce static isMainThread() helperJarek Kobus9 hours1-3/+23
* QThread: Introduce isCurrentThreadFabian Kosmale9 hours1-0/+35
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-1/+1
* wasm: fix single thread apps build QScopedScopeLevelCounterLorn Potter2023-12-281-0/+2
* wasm: fix single thread buildLorn Potter2023-12-221-0/+4
* Add categorized logging of delete later machineryTor Arne Vestbø2023-12-211-0/+15
* Doc: Remove references to Qt 4 in Qt 5.0 in Qt Core documentationKai Köhne2023-12-181-5/+4
* Revamp Wait Conditions Example: Revisit the documentationRym Bouabid2023-09-131-1/+1
* Revamp Semaphores example: Revisit the documentationRym Bouabid2023-09-131-1/+2
* Revamp Mandelbrot example: Revisit the documentatonRym Bouabid2023-09-131-2/+2
* CMake: remove check for cxx11_futureThiago Macieira2023-08-021-2/+0
* QtCore: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-241-1/+3
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-13/+23
* QThread: add empty functions for the no-thread buildMorten Sørvig2022-08-261-0/+10
* QThread: Clean up bindingStatusOrList if object gets deletedFabian Kosmale2022-07-141-0/+22
* QThread: Initialize bindingStatus for adopted threadsFabian Kosmale2022-07-131-1/+2
* QPostEventList: de-inline addEvent()Marc Mutz2022-06-221-0/+23
* Optimize QThreadPrivate::addObjectWithPendingBindingStatusChange()Marc Mutz2022-05-261-3/+5
* Fix race conditions in moveToThreadFabian Kosmale2022-05-241-8/+52
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Doc: QThread: clarify that start() always creates the event dispatcherThiago Macieira2022-03-311-2/+5
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-2/+2
* QProperty: fix threading issuesFabian Kosmale2022-03-101-0/+10
* QThread::idealThreadCount: use the thread affinity setThiago Macieira2021-12-161-3/+14
* QThread::create(): request interruption and join on destructionGiuseppe D'Angelo2021-12-071-0/+16
* QThread::wait: Clarify documentation for unsigned long overloadFabian Kosmale2021-11-271-0/+3
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Call QEventDispatcher::startingUp() on thread startMorten Johan Sørvig2020-12-211-1/+0
* Rename remaining QEvent variables to m_ convention; init m_reservedShawn Rutledge2020-11-101-1/+1
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-021-2/+0
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-211-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Inline one method as per ###Qt6Lars Knoll2020-09-121-6/+0
* Doc: Improve thread safety docsPaul Wicking2020-08-201-1/+15
* QThread::create: remove the pre-C++17 codepathsGiuseppe D'Angelo2020-07-071-23/+0
* QThread: Fix unnecessary stricter accesses to QThreadData::threadThiago Macieira2020-06-251-6/+6
* Remove winrtOliver Wolff2020-06-061-2/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-0/+2
|\
| * No-thread: Don’t assert in ~QThreadData()Morten Johan Sørvig2020-04-031-0/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-1/+5
|\|
| * QThread::setPriority() Warn about invalid parameter on all platformsFriedemann Kleint2020-01-271-1/+5
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-3/+3
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-7/+23
|\|
| * Port QThread::wait() to QDeadlineTimerChristian Ehrlicher2019-11-131-7/+23
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-011-0/+10
|\|
| * no-thread: Add dummy implementations for stackSize functions in QThreadEskil Abrahamsen Blomfeldt2019-10-281-0/+10
* | Read a unique thread identifier from CPU registersVolker Hilsheimer2019-10-201-1/+1
|/
* Fix more implicit QAtomic<T> <-> T conversionsMarc Mutz2019-07-161-4/+4
* rtems: Add environment variable for configure default thread stack sizeMikhail Svetkin2019-07-011-0/+5