aboutsummaryrefslogtreecommitdiff
path: root/src/threading/thread.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove Thread::kill() and related unittest (#10317)Sebastien Marie2020-09-101-8/+0
* Complete Haiku platform support. (#10311)David CARLIER2020-08-231-0/+4
* Fix 5 issues reported by PVS studioLoic Blot2018-04-041-1/+1
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-191-2/+2
* Remove threads.h and replace its definitions with their C++11 equivalents (#5...ShadowNinja2017-06-111-8/+12
* C++11 patchset 5: use std::threads and remove old compat layer (#5928)Loïc Blot2017-06-081-22/+2
* Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-061-3/+3
* C++11 patchset 3: remove Atomic/GenericAtomic and use std::atomic (#5906)Loïc Blot2017-06-061-3/+4
* Fix synchronization issue at thread startShadowNinja2017-01-281-0/+1
* Fix C++11 Windows build of threading codesfan52016-10-061-9/+4
* Fix prepreprocessor error in thread.h (related to C++11 threads)Craig Robbins2016-04-301-4/+4
* Fix race on thread creationShadowNinja2016-04-281-2/+16
* Rename and move basicmacros.h to util/basic_macros.hest312015-11-021-1/+1
* Fix C++11 compatibilitykwolekr2015-10-311-0/+1
* Add DISABLE_CLASS_COPY macro (and use it)kwolekr2015-10-271-0/+1
* Fix some threading things and add additional thread unittestskwolekr2015-10-241-5/+5
* Fix missing include on AIXkwolekr2015-10-171-1/+4
* Refactor Thread class to improve readability and portabilitykwolekr2015-10-161-58/+103
* Clean up threadingShadowNinja2015-08-231-0/+119