about summary refs log tree commit diff stats
path: root/src/libtools/threads.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Back ported simplified pthread_once callback handling from box86ptitSeb2021-03-241-23/+19
|
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-1/+1
|
* Fixed a few minor leaksptitSeb2021-03-131-4/+18
|
* Fixed pthread_attr_setstacksize to avoid setting too small stack on some ↵ptitSeb2021-03-121-0/+8
| | | | platforms. Also added pthread_setschedparam
* pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but ↵ptitSeb2021-03-091-4/+0
| | | | all mutex based function need alignements
* Small adjustment to cancel thread handlingptitSeb2021-03-071-4/+4
|
* Added longjmp and pthread_cancel handling (and test14 works)ptitSeb2021-03-071-168/+135
|
* Added some phtread functionsptitSeb2021-03-051-68/+70
|
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-20/+20
|
* Added basic thread infrastructureptitSeb2021-03-021-0/+808