about summary refs log tree commit diff
path: root/src/thread/sem_timedwait.c
Commit message (Expand)AuthorAgeFilesLines
* overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker2011-03-241-1/+4
* fix some semaphore wait semantics (race condition deadlock and error checking)Rich Felker2011-03-101-0/+5
* fix off-by-one error in sem_(timed)wait (using old sem value instead of new)Rich Felker2011-03-071-1/+1
* implement POSIX semaphoresRich Felker2011-03-041-0/+18