summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition in QThread::setPriorityDavid Faure2013-03-231-22/+17
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-7/+7
* Clear the current thread data for the main threadThiago Macieira2013-03-051-0/+5
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-4/+4
* Added support for multicore CPUs for INTEGRITY (V10+) target.Florian Behrens2013-01-301-0/+7
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Use sched_get_priority_* functions only for SCHED_RR and SCHED_FIFOPasi Petäjäjärvi2013-01-231-2/+14
|/
* Don't use MPProcessorsScheduled on Mac OS XThiago Macieira2012-12-281-5/+2
* QtCore: Make more signals private.Stephen Kelly2012-11-281-2/+2
* Remove the QThread::terminated() signalSze Howe Koh2012-10-191-7/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use nanosleep instead of pthread_cond_timedwait for thread sleepingThiago Macieira2012-08-251-40/+8
* Mark simple static methods in QThread as Q_DECL_NOTHROWThiago Macieira2012-08-181-2/+2
* Fix compilation of QThread on QNXSean Harmer2012-08-171-4/+6
* Avoid an expensive call to toLocal8Bit upon thread creationThiago Macieira2012-08-151-10/+18
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-1/+2
* QtCore: use new qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-141-2/+2
* Guard some pthread API with the appropriate POSIX check, or Android.Robin Burchell2012-05-041-0/+12
* Integrate Blackberry Platform Services (BPS) with Qt event loop.Jeff Kehres2012-04-241-4/+13
* Set thread name on QNXSean Harmer2012-04-231-1/+3
* Change coreservices -> iosIan Dean2012-04-191-3/+3
* Compile fix for Linux Standard BaseHarald Fernengel2012-03-281-3/+4
* Enable name of threads in release mode.Leonard Lee2012-03-051-1/+1
* Display QThread name for debugging.Leonard Lee2012-02-101-0/+18
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove QInternal callbacks and internal functionsBradley T. Hughes2011-12-021-19/+8
* Allow to create a custom event dispatcher for specific QThreads.Sven Anderson2011-11-151-2/+4
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-241-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+716