Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include: General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 1 | -1/+3 |
* | Sort declaration of sem_clockwait_np | Eric van Gyzen | 2017-02-28 | 1 | -4/+4 |
* | Guard sem_clockwait_np() declaration with __BSD_VISIBLE | Eric van Gyzen | 2017-02-24 | 1 | -0/+2 |
* | Add sem_clockwait_np() | Eric van Gyzen | 2017-02-23 | 1 | -0/+2 |
* | Ensure #include <semaphore.h> is sufficient for using SEM_VALUE_MAX. | Jilles Tjoelker | 2015-01-31 | 1 | -0/+2 |
* | The current POSIX semaphore implementation stores the _has_waiters flag | John Baldwin | 2014-10-24 | 1 | -1/+2 |
* | Use umtx to implement process sharable semaphore, to make this work, | David Xu | 2010-01-05 | 1 | -0/+64 |