qt6-bb10/src/corelib/thread
Thiago Macieira bc6568291a Fix a ### Qt5 issue: remove limits.h from qreadwritelock.h
Change-Id: I1fc54561aabd1be693f179e668031ddb0f86a130
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2012-08-13 09:33:33 +02:00
..
qatomic.cpp Doc: Prepare for building modular QtCore docs. 2012-04-19 07:34:53 +02:00
qatomic.h Add Q_DECL_NOTHROW to the atomic functions 2012-08-09 03:26:22 +02:00
qbasicatomic.h Add Q_DECL_NOTHROW to the atomic functions 2012-08-09 03:26:22 +02:00
qgenericatomic.h Mark all atomic functions as Q_DECL_NOTHROW 2012-08-09 03:26:24 +02:00
qmutex.cpp Fix some spelling errors 2012-07-11 14:52:37 +02:00
qmutex.h Optimise QMutexLocker a little: don't call relock() in the constructor 2012-08-06 20:30:04 +02:00
qmutex_linux.cpp Work around Android not having SYS_futex. 2012-05-02 17:55:22 +02:00
qmutex_mac.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qmutex_p.h Rename Q_MUTEX_LINUX to QT_LINUX_FUTEX 2012-02-21 13:52:52 +01:00
qmutex_unix.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qmutex_win.cpp Windows: Fix inclusion of <windows.h> 2012-02-01 11:06:19 +01:00
qmutexpool.cpp Doc: Prepare for building modular QtCore docs. 2012-04-19 07:34:53 +02:00
qmutexpool_p.h Cleanup QThread::initialize and QThread::cleanup 2012-03-06 17:18:50 +01:00
qoldbasicatomic.h Remove qatomic_arch.h 2012-02-13 22:15:40 +01:00
qorderedmutexlocker_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qreadwritelock.cpp Doc: Prepare for building modular QtCore docs. 2012-04-19 07:34:53 +02:00
qreadwritelock.h Fix a ### Qt5 issue: remove limits.h from qreadwritelock.h 2012-08-13 09:33:33 +02:00
qreadwritelock_p.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qrunnable.cpp Move QtConcurrent into its own module 2012-02-05 17:49:16 +01:00
qrunnable.h Move QtConcurrent into its own module 2012-02-05 17:49:16 +01:00
qsemaphore.cpp Doc: Prepare for building modular QtCore docs. 2012-04-19 07:34:53 +02:00
qsemaphore.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qthread.cpp Doc: Prepare for building modular QtCore docs. 2012-04-19 07:34:53 +02:00
qthread.h Cleanup QThread::initialize and QThread::cleanup 2012-03-06 17:18:50 +01:00
qthread_p.h Add the quitlock feature to QThread. 2012-02-23 15:07:58 +01:00
qthread_unix.cpp Guard some pthread API with the appropriate POSIX check, or Android. 2012-05-04 15:24:52 +02:00
qthread_win.cpp Doc: Prepare for building modular QtCore docs. 2012-04-19 07:34:53 +02:00
qthreadpool.cpp Doc: Prepare for building modular QtCore docs. 2012-04-19 07:34:53 +02:00
qthreadpool.h QThreadPool: unify waitForDone() overloads 2012-04-17 18:44:13 +02:00
qthreadpool_p.h QThreadPool: unify waitForDone() overloads 2012-04-17 18:44:13 +02:00
qthreadstorage.cpp Doc: Prepare for building modular QtCore docs. 2012-04-19 07:34:53 +02:00
qthreadstorage.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qwaitcondition.h Change the parameter name of the mutex in a QWaitCondition. 2012-04-04 20:11:09 +02:00
qwaitcondition.qdoc Typo in QWaitCondition::wait() doc: lcokedReadWriteLock 2012-07-17 15:56:15 +02:00
qwaitcondition_unix.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qwaitcondition_win.cpp Windows: Fix inclusion of <windows.h> 2012-02-01 11:06:19 +01:00
thread.pri Use standard unix mutexes on LSB 2012-02-20 11:45:01 +01:00