aboutsummaryrefslogtreecommitdiff
path: root/src/threading.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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