aboutsummaryrefslogtreecommitdiff
path: root/src/threading.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* More string_viewBenoit Germain2024-05-271-2/+2
* All headers reformatted with updated clang-format settingsBenoit Germain2024-04-291-3/+3
* Formalize a few coding style rules, start to enforce them for constantsBenoit Germain2024-04-261-6/+6
* some dead code elimination and other triflesBenoit Germain2024-04-161-9/+9
* C++ migration: use strong type safety for source and destination states in tr...Benoit Germain2024-04-091-1/+0
* C++ migration: still more threading code cleanup. 'sudo' global moved in the ...Benoit Germain2024-04-091-19/+5
* C++ migration: YIELD() → std::this_thread::yield. plus more threading code ...Benoit Germain2024-04-091-152/+56
* C++ migration: lanes.now_secs uses std::chrono::sytem_clock. plus more enum c...Benoit Germain2024-04-081-15/+0
* C++ migration: use std::jthread, std::condition_variable, std::chrono.Benoit Germain2024-04-081-54/+4
* C++ migration: removed most typedef, removed uint_tBenoit Germain2024-03-201-10/+8
* C++ migration: more NULL → nullptrBenoit Germain2024-03-201-1/+1
* C++ migration: bool_t → boolBenoit Germain2024-03-201-10/+4
* C++ migration: buildfixesBenoit Germain2024-03-191-7/+1
* src/threading.h: fix compilation on muslConrad Kostecki2024-01-231-1/+5
* 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