about summary refs log tree commit diff stats
path: root/src/libtools/threads.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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