about summary refs log tree commit diff stats
path: root/src/include/threads.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ha...ptitSeb2024-09-231-0/+1
* [BOX32] Put back pthread_t behind hash, but ease hash range to have more nati...ptitSeb2024-09-101-0/+1
* [BOX32] Fix and simplified 32bits threads handlingptitSeb2024-09-101-1/+0
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-0/+15
* 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