aboutsummaryrefslogtreecommitdiff
path: root/src/threading.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed all indentations to all whitespacesBenoit Germain2022-02-071-455/+455
* NetBSD supportnia2020-10-051-2/+14
* fix THREAD_SET_AFFINITY always failingBenoit Germain2020-04-221-2/+2
* Fix _GNU_SOURCE redefinition (#171)Benoit Germain2019-04-221-4/+9
* Threads compilation for Android fixed; Thread can't be killed to date (warnin...valid-ptr2018-11-271-0/+18
* Merge pull request #166 from eligovision/lanes_linux_linkingBenoit Germain2018-11-261-0/+4
|\
| * 'Linking error while embedding Lanes' on Linux fix simplifiedKonstantin S. Matveyev2018-11-261-4/+2
| * 'Linking error while embedding Lanes' on Linux fixKonstantin S. Matveyev2018-11-261-0/+6
* | Compilation of 'threading.c' fixed for macosvalid-ptr2018-11-261-0/+4
|/
* new API lanes.set_thread_affinity(), and et_debug_threadname implemented with...Benoit Germain2018-11-091-1/+25
* Fix a Xbox compilation issueBenoit Germain2014-07-031-0/+4
* Fix build issues with compat.c/hBenoit Germain2014-04-231-1/+0
* Fix some MinGW _WIN32_WINNT-related build issuesBenoit Germain2014-02-261-5/+5
* Cancellation improvements and some fixesBenoit Germain2014-01-161-4/+10
* fix on_state_create circular logic issueBenoit Germain2014-01-061-2/+2
* new API lanes.set_thread_priority()Benoit Germain2013-12-041-41/+67
* pthread thread priority refacto: threading.cBenoit Germain2013-12-021-216/+212
* Fix a macro checkBenoit Germain2013-11-291-1/+1
* 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-0/+7
* Correct MinGW pthread_attr_setschedpolicy replacement.Benoit Germain2013-11-211-2/+2
* Add a dummy pthread_attr_setschedpolicy() for MinGW builds to fix a ENOTSUP f...Benoit Germain2013-11-211-0/+17
* Ignore ERROR_WAIT_NO_CHILDREN issued by WaitForSingleObjectBenoit Germain2013-11-161-4/+8
* version 3.7.0Benoit Germain2013-10-111-2/+3
* Ditch PulseEvent usage on WIN32 buildsBenoit Germain2013-07-201-68/+87
* version 3.6.2Benoit Germain2013-05-201-0/+65
* version 3.5.1v3.5.1Benoit Germain2013-02-131-8/+13
* Copyright notice updateBenoit Germain2012-12-121-1/+2
* Use prctl when pthread_setname_np isn't availableBenoit Germain2012-11-271-1/+18
* build fixesBenoit Germain2012-10-201-1/+1
* minor internal changesBenoit Germain2012-09-131-2/+50
* code tweaks to enable building against win32-pthread on windows platforms.Benoit Germain2012-09-111-12/+24
* more explicit error code when THREAD_WAIT fails.benoit-germain2012-06-251-1/+1
* * removed packagepath and packagecpath options, replaced by a package table, ...Benoit Germain2011-11-141-28/+26
* some more compilation warning fixesBenoit Germain2011-11-091-0/+1
* * fix all compilation warnings raised by -WextraBenoit Germain2011-11-071-2/+4
* * process exit change: close everything at GC when main state closes, not whe...Benoit Germain2011-11-051-0/+1
* Take all code from Asko Kauppi's SVN server, and push it here so that the git...Benoit Germain2011-01-041-2/+7
* Import to gitPeter Drahoš2010-10-011-0/+721