index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
corelib
/
thread
/
qthread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
no-thread: enable using QFuture
Morten Sørvig
2025-06-24
1
-0
/
+9
*
QAbstractEventDispatcher: prevent too late unregistering of timers
Thiago Macieira
2025-05-25
1
-1
/
+1
*
QThread: explicitly clear posted events during destruction
Volker Hilsheimer
2025-04-11
1
-4
/
+10
*
QThread/Doc: improve docs on running, finished, and the OS thread
Thiago Macieira
2025-03-29
1
-0
/
+21
*
Revert "Add categorized logging of delete later machinery"
Thiago Macieira
2025-01-06
1
-15
/
+0
*
QThread: Link to QThreadPool::(set)serviceLevel
Mårten Nordheim
2024-12-18
1
-3
/
+3
*
QObjectData: relax accesses to postedEvents
Thiago Macieira
2024-12-05
1
-1
/
+1
*
QThread: document the QualityOfService enum
Volker Hilsheimer
2024-12-03
1
-0
/
+21
*
QThreadData: make current() inline with a noexcept likely portion
Thiago Macieira
2024-11-26
1
-5
/
+9
*
QThreadData: refactor current() now that it never returns null
Thiago Macieira
2024-11-26
1
-2
/
+2
*
QThreadData: inline ref() and deref()
Thiago Macieira
2024-11-21
1
-16
/
+0
*
QThreadData: make the constructor inline and use NSDMI
Thiago Macieira
2024-11-21
1
-8
/
+0
*
QPostEventList: use qsizetype to count posted events
Thiago Macieira
2024-11-20
1
-1
/
+1
*
QAdoptedThread: bypass signal notification on an un-observable QObject
Thiago Macieira
2024-11-14
1
-1
/
+3
*
QThread: merge some Unix/Windows/no-thread code for QAdoptedThread
Thiago Macieira
2024-11-14
1
-9
/
+16
*
QThread: move the identical Unix+Windows wait() functions to qthread.cpp
Thiago Macieira
2024-11-14
1
-0
/
+13
*
QThread/Win: remove QThreadPrivate::id member
Thiago Macieira
2024-11-14
1
-1
/
+0
*
QThread/Win: replace the adopted thread watcher with a thread_local
Thiago Macieira
2024-11-14
1
-6
/
+0
*
no-thread: add QThread::isMainThread() definition
Morten Sørvig
2024-11-14
1
-0
/
+5
*
Doc: Clarify run() and started() order in QThread
Safiyyah Moosa
2024-11-05
1
-2
/
+5
*
QThread/Unix: implement joining of the launched thread, if we can
Thiago Macieira
2024-11-03
1
-1
/
+0
*
Add thread Quality of Service API
Mårten Nordheim
2024-10-30
1
-0
/
+40
*
QThread: avoid unlock/lock/unlock in ~QThread if state is Finishing
Thiago Macieira
2024-10-28
1
-5
/
+2
*
QThread: reorganize and clean up #includes
Thiago Macieira
2024-10-28
1
-9
/
+4
*
QThread: print thread name in the warning message
Vladimir Belyavsky
2024-09-10
1
-1
/
+1
*
QThread: replace three booleans with one state variable
Thiago Macieira
2024-07-09
1
-15
/
+11
*
QCoreApplication: give theMainThread an objectName to aid debugging
Mitch Curtis
2024-07-04
1
-1
/
+3
*
QThread: mark is(Main|Current)Thread() noexcept
Marc Mutz
2024-06-12
1
-4
/
+4
*
QThread/Doc: update the docs on setStackSize()
Thiago Macieira
2024-05-07
1
-4
/
+12
*
QThread: Reuse isMainThread()
Jarek Kobus
2024-04-29
1
-4
/
+4
*
QThread: Introduce static isMainThread() helper
Jarek Kobus
2024-04-26
1
-3
/
+23
*
QThread: Introduce isCurrentThread
Fabian Kosmale
2024-04-26
1
-0
/
+35
*
Mention QChronoTimer in API docs
Ahmad Samir
2024-03-03
1
-1
/
+1
*
wasm: fix single thread apps build QScopedScopeLevelCounter
Lorn Potter
2023-12-28
1
-0
/
+2
*
wasm: fix single thread build
Lorn Potter
2023-12-22
1
-0
/
+4
*
Add categorized logging of delete later machinery
Tor Arne Vestbø
2023-12-21
1
-0
/
+15
*
Doc: Remove references to Qt 4 in Qt 5.0 in Qt Core documentation
Kai Köhne
2023-12-18
1
-5
/
+4
*
Revamp Wait Conditions Example: Revisit the documentation
Rym Bouabid
2023-09-13
1
-1
/
+1
*
Revamp Semaphores example: Revisit the documentation
Rym Bouabid
2023-09-13
1
-1
/
+2
*
Revamp Mandelbrot example: Revisit the documentaton
Rym Bouabid
2023-09-13
1
-2
/
+2
*
CMake: remove check for cxx11_future
Thiago Macieira
2023-08-02
1
-2
/
+0
*
QtCore: code tidies: use the 4-arg connect overload
Giuseppe D'Angelo
2023-06-24
1
-1
/
+3
*
QThread: add sleep(std::chrono::nanoseconds) overload
Ahmad Samir
2023-03-13
1
-13
/
+23
*
QThread: add empty functions for the no-thread build
Morten Sørvig
2022-08-26
1
-0
/
+10
*
QThread: Clean up bindingStatusOrList if object gets deleted
Fabian Kosmale
2022-07-14
1
-0
/
+22
*
QThread: Initialize bindingStatus for adopted threads
Fabian Kosmale
2022-07-13
1
-1
/
+2
*
QPostEventList: de-inline addEvent()
Marc Mutz
2022-06-22
1
-0
/
+23
*
Optimize QThreadPrivate::addObjectWithPendingBindingStatusChange()
Marc Mutz
2022-05-26
1
-3
/
+5
*
Fix race conditions in moveToThread
Fabian Kosmale
2022-05-24
1
-8
/
+52
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
[next]