summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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