aboutsummaryrefslogtreecommitdiff
path: root/src/threading.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* tweaks to linux thread priority managementBenoit Germain2023-07-281-0/+4
* Changed all indentations to all whitespacesBenoit Germain2022-02-071-35/+32
* Replace deprecated pthread_yield with sched_yieldSoundBot2022-01-191-1/+1
* NetBSD supportnia2020-10-051-1/+1
* Threads compilation for Android fixed; Thread can't be killed to date (warnin...valid-ptr2018-11-271-1/+1
* new API lanes.set_thread_affinity(), and et_debug_threadname implemented with...Benoit Germain2018-11-091-0/+1
* Fix DLL exportsBenoit Germain2018-10-251-20/+2
* Fix some MinGW _WIN32_WINNT-related build issuesBenoit Germain2014-02-261-7/+15
* new API lanes.set_thread_priority()Benoit Germain2013-12-041-43/+41
* no need for pthread_cleanup_ pair when THREADWAIT_METHOD == THREADWAIT_CONDVARBenoit Germain2013-12-041-0/+5
* Fixed missing extern variable declarations resulting in multiple variable ins...Benoit Germain2013-12-021-1/+1
* MinGW-pthread doesn't seem to have pthread_timedjoin_np after allBenoit Germain2013-12-021-1/+1
* pthread thread priority refacto: threading.hBenoit Germain2013-12-021-6/+3
* supposedly improved pthread supportBenoit Germain2013-11-291-1/+11
* MinGW-pthread supports -3/+3 thread priority range, so accept it API-side tooBenoit Germain2013-11-221-1/+4
* Fix some compiler-specific build issuesBenoit Germain2013-11-161-1/+7
* Fix windows build for WINVER > 0x400Benoit Germain2013-10-251-1/+1
* version 3.7.0Benoit Germain2013-10-111-1/+1
* Ditch PulseEvent usage on WIN32 buildsBenoit Germain2013-07-201-2/+10
* version 3.6.2Benoit Germain2013-05-201-8/+22
* version 3.5.1v3.5.1Benoit Germain2013-02-131-6/+12
* minor internal changesBenoit Germain2012-09-131-0/+1
* code tweaks to enable building against win32-pthread on windows platforms.Benoit Germain2012-09-111-3/+9
* version 3.3.0Benoit Germain2012-09-101-0/+3
* Merge pull request #17 from LuaDist/550dd55b0e571577a4ca6ccc880738f1268adb57benoit-germain2012-04-241-13/+6
|\
| * MinGW build now does not use MS runtimesteve donovan2011-03-161-13/+6
* | * removed packagepath and packagecpath options, replaced by a package table, ...Benoit Germain2011-11-141-16/+39
|/
* Import to gitPeter Drahoš2010-10-011-0/+196