about summary refs log tree commit diff
path: root/src/thread/sem_trywait.c
Commit message (Expand)AuthorAgeFilesLines
* retry on cas failures in sem_trywaitRich Felker2012-07-241-2/+2
* overhaul posix semaphores to fix destructability raceRich Felker2011-08-021-1/+4
* change sem_trywait algorithm so it never has to call __wakeRich Felker2011-04-141-3/+2
* major semaphore improvements (performance and correctness)Rich Felker2011-04-061-3/+2
* fix some semaphore wait semantics (race condition deadlock and error checking)Rich Felker2011-03-101-1/+2
* implement POSIX semaphoresRich Felker2011-03-041-0/+11