summaryrefslogtreecommitdiff
path: root/src/common/thread.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-01Change functions to static where possible (Part 1 - common)Haru1-14/+15
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-07-12Various changes to the thread interfaceHaru1-98/+106
2016-07-12Removed unnecessary typedefs from thread and spinlockHaru1-31/+42
2016-07-12Interface thread.chemagx1-4/+23
2016-02-20Fixed compile warnings in clangHaru1-1/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-6/+22
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-20/+0
2015-06-19Removed ".." from include directivesHaru1-6/+5
2015-01-12Silenced some -Wunused-value warnings in sigemptyset and sigaddset callsHaru1-7/+8
2014-11-16Whitespace cleanup (no code changes)Haru1-22/+15
2014-07-11Explicitly specify 'void' when a function expects no argumentsHaru1-5/+5
2014-07-11Fixed reserved __identifier violationsHaru1-5/+5
2014-07-11Removed unsafe pointer typedefsHaru1-14/+14
2014-07-09Corrected issue with bce716fa908584f435dcf97904fb37ada6dd90b7 forgot to remov...panikon1-2/+2
2014-07-08reversed portion of 7cd967f812ab741c41c416fb9f7c2a921c36e947 that would point...Streusel1-2/+2
2014-07-08Extracted method to obtain SYSTEM_INFO from functions in sysinfo.cpanikon1-3/+2
2014-05-30Fixed typos inside src/Shido1-7/+7
2014-05-16Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3Haru1-4/+4
2014-05-13Removed trailing whitespace (sources)Haru1-21/+20
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-14/+17
2014-05-10Revert "Fixed order of includes in all source files"panikon1-17/+14
2014-05-09Fixed order of includes in all source filesHaru1-14/+17
2013-09-18Fixed a race condition leading to a crash on server shutdown on linuxHaru1-9/+5
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-199/+185
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-185/+199
2012-08-06Hello World! with this commit trunk will finally be making use of the gorgeou...shennetsind1-1/+1
2012-06-10- added some missing copyrightsblacksirius1-0/+7
2012-06-03thread api: added support for platforms without TLS (Thread Local Storage) su...blacksirius1-1/+41
2012-06-03feature merge bs-coreoptimize->trunk: Atomic Operations, Threading, Spinlock ...blacksirius1-0/+270