about summary refs log tree commit diff stats
path: root/src/include/threads.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various changes on pthread cancel and tls destructor, should be easier to mai...ptitSeb2023-10-131-0/+1
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Simplyfied internal jmpbuf handlingptitSeb2023-07-081-8/+0
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-2/+2
* | [DYNAREC] Disabled custom mutex for nowptitSeb2023-05-071-2/+0
|/
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...ptitSeb2023-02-121-0/+2
* Change the way locked mutex are detected (taken from box86)ptitSeb2021-06-141-2/+2
* Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ...ptitSeb2021-04-111-0/+3
* Added basic thread infrastructureptitSeb2021-03-021-0/+23