aboutsummaryrefslogtreecommitdiff
path: root/src/thread/sem_post.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
* semaphores: fix missed wakes from ABA bug in waiter count logicRich Felker2022-12-131-4/+8
* make futex operations use private-futex mode when possibleRich Felker2014-08-151-2/+2
* report sem value overflows in sem_postRich Felker2011-10-261-0/+4
* overhaul posix semaphores to fix destructability raceRich Felker2011-08-021-3/+6
* major semaphore improvements (performance and correctness)Rich Felker2011-04-061-1/+2
* implement POSIX semaphoresRich Felker2011-03-041-0/+9