aboutsummaryrefslogtreecommitdiff
path: root/include/semaphore.h
Commit message (Expand)AuthorAgeFilesLines
* include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-1/+3
* Sort declaration of sem_clockwait_npEric van Gyzen2017-02-281-4/+4
* Guard sem_clockwait_np() declaration with __BSD_VISIBLEEric van Gyzen2017-02-241-0/+2
* Add sem_clockwait_np()Eric van Gyzen2017-02-231-0/+2
* 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