aboutsummaryrefslogtreecommitdiff
path: root/src/thread/sem_getvalue.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-1/+2
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* implement POSIX semaphoresRich Felker2011-03-041-0/+8