aboutsummaryrefslogtreecommitdiff
path: root/include/semaphore.h
Commit message (Expand)AuthorAgeFilesLines
* Ensure #include <semaphore.h> is sufficient for using SEM_VALUE_MAX.Jilles Tjoelker2015-01-311-0/+2
* The current POSIX semaphore implementation stores the _has_waiters flagJohn Baldwin2014-10-241-1/+2
* Use umtx to implement process sharable semaphore, to make this work,David Xu2010-01-051-0/+64