summaryrefslogtreecommitdiff
path: root/src/thread/sem_post.c
AgeCommit message (Expand)AuthorLines
2014-08-15make futex operations use private-futex mode when possibleRich Felker-2/+2
2011-10-26report sem value overflows in sem_postRich Felker-0/+4
2011-08-02overhaul posix semaphores to fix destructability raceRich Felker-3/+6
2011-04-06major semaphore improvements (performance and correctness)Rich Felker-1/+2
2011-03-04implement POSIX semaphoresRich Felker-0/+9