aboutsummaryrefslogtreecommitdiff
path: root/src/threading/thread.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix synchronization issue at thread startsfan52022-05-021-3/+3
* Remove Thread::kill() and related unittest (#10317)Sebastien Marie2020-09-101-32/+22
* Add NetBSD cpu affinity support code (#10378)David CARLIER2020-09-091-0/+9
* NetBSD build fix proposal. (#10308)David CARLIER2020-08-251-1/+1
* Complete Haiku platform support. (#10311)David CARLIER2020-08-231-0/+4
* DragonFly BSD is somewhat identical to FreeBSD (#8159)Leonid Bobrov2019-02-031-3/+3
* Thread: fix a crash on Windows due to data race condition on Thread::m_start_...Loïc Blot2017-10-101-2/+6
* Fix msvc annoyances (#5963)adrido2017-06-271-2/+10
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-191-4/+2
* Remove threads.h and replace its definitions with their C++11 equivalents (#5...ShadowNinja2017-06-111-6/+1
* C++11 patchset 5: use std::threads and remove old compat layer (#5928)Loïc Blot2017-06-081-110/+4
* Fix AIX threading buildShadowNinja2017-01-281-1/+1
* Fix synchronization issue at thread startShadowNinja2017-01-281-0/+15
* Fix C++11 Windows build of threading codesfan52016-10-061-10/+10
* Fix & make linux conditionals uniform (#4278)Rogier-52016-07-041-4/+4
* Fix POSIX C++11 buildShadowNinja2016-04-301-9/+9
* Fix race on thread creationShadowNinja2016-04-281-11/+1
* Fix misc. MinGW and Valgrind warningskwolekr2015-11-081-1/+2
* Fix C++11 compatibilitykwolekr2015-10-311-3/+3
* Fix some threading things and add additional thread unittestskwolekr2015-10-241-43/+28
* Fix == to =Rui2015-10-171-1/+1
* Refactor Thread class to improve readability and portabilitykwolekr2015-10-161-145/+245
* Refactor loggingShadowNinja2015-10-141-2/+2
* Fix building on OSX, broken since "Clean up threading"Pavel Puchkin2015-09-061-1/+1
* Clean up threadingShadowNinja2015-08-231-0/+354