summaryrefslogtreecommitdiff
path: root/src/common/thread.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-07-12Various changes to the thread interfaceHaru1-18/+29
2016-07-12Removed unnecessary typedefs from thread and spinlockHaru1-16/+17
2016-07-12Interface thread.chemagx1-97/+107
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-3/+20
2015-06-19Removed ".." from include directivesHaru1-1/+1
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru1-3/+2
2014-11-16Whitespace cleanup (no code changes)Haru1-2/+2
2014-07-11Explicitly specify 'void' when a function expects no argumentsHaru1-5/+5
2014-07-11Fixed reserved __identifier violationsHaru1-3/+3
2014-07-11Removed unsafe pointer typedefsHaru1-8/+8
2014-05-30Fixed typos inside src/Shido1-8/+8
2014-05-13Removed trailing whitespace (sources)Haru1-19/+19
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-1/+0
2014-05-10Revert "Fixed order of includes in all source files"panikon1-0/+1
2014-05-09Fixed order of includes in all source filesHaru1-1/+0
2014-02-02Introducing HPM Datacheckshennetsind1-3/+3
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-31/+31
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-31/+31
2012-06-10- added some missing copyrightsblacksirius1-0/+3
2012-06-03thread api: added support for platforms without TLS (Thread Local Storage) su...blacksirius1-1/+2
2012-06-03feature merge bs-coreoptimize->trunk: Atomic Operations, Threading, Spinlock ...blacksirius1-0/+115