summaryrefslogtreecommitdiffstats
path: root/src/kernel/qeventloop_unix_glib.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed explicit usage of the 'register' keyword.Michele Calgaro2021-02-021-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 961eb3f6e276b4a3609328a3076ef790026e9c03)
* Added safety harness for currentThreadObject() usage.Michele Calgaro2015-08-261-2/+6
| | | | | | | | | currentThreadObject() returns a null pointer if the current thread was not started using the QThread API. This relates to bug 1748. (cherry picked from commit dad70b4c5201ece044ecb663bb91b48ba8bd84a3) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add threading debug spew when QT_DEBUG is setTimothy Pearson2013-11-031-2/+2
|
* Fix a number of threading data racesTimothy Pearson2013-05-141-31/+51
| | | | | Add proper thread termination handler This partially resolves Bug 1508
* Fix a number of threading problems and crashesTimothy Pearson2013-04-221-231/+366
| | | | This partially resolves Bug 1467
* Add level method to recursive mutexTimothy Pearson2012-12-071-9/+9
| | | | | Enhance thread safety when making event calls Minor cleanup of whitespace in glib event loop
* Add real threading support, including per-thread event loops, to QThreadTimothy Pearson2012-12-061-11/+9
|
* Fix a number of build warnings that could lead to unstable operationTimothy Pearson2012-12-011-1/+3
| | | | This breaks the ABI
* Add glib main loop support patchesTimothy Pearson2012-11-261-0/+593