summaryrefslogtreecommitdiff
path: root/include/semaphore.h
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-25include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Sort declaration of sem_clockwait_npEric van Gyzen
2017-02-24Guard sem_clockwait_np() declaration with __BSD_VISIBLEEric van Gyzen
2017-02-23Add sem_clockwait_np()Eric van Gyzen
2015-01-31Ensure #include <semaphore.h> is sufficient for using SEM_VALUE_MAX.Jilles Tjoelker
2014-10-24The current POSIX semaphore implementation stores the _has_waiters flagJohn Baldwin
2010-01-05Use umtx to implement process sharable semaphore, to make this work,David Xu