about summary refs log tree commit diff stats
path: root/src/libtools/threads.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but al...ptitSeb2021-03-091-4/+0
* 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