summaryrefslogtreecommitdiff
path: root/lib/libc/thread/synch.h
AgeCommit message (Expand)Author
2021-06-13Save and restore errno around FUTEX_WAIT futex(2) operations. While thereMark Kettenis
2021-05-21The implementation of the FUTEX_WAIT option in futex(2) is subtly broken.Mark Kettenis
2020-07-06Add support for timeconting in userland.Paul Irofti
2019-10-21Kill unused _wait() function.Martin Pieuchot
2018-06-04Use process-private futexes. This avoids the overhead of calling into uvmMark Kettenis
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andPhilip Guenther
2017-08-15Copy files from ../librthread in preparation for moving functionalityPhilip Guenther