summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/include/semaphore.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add sem_timewait() and fix sem_wait()'s handling of signals, soguenther2012-03-031-1/+2
| | | | | | | that it resumes waiting unless the thread was canceled. As part of this, change the internal _sem_wait() function to return zero on success and an errno value on failure instead of 1 on success and zero on failure.
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-10/+10
|
* tab vs. spacesfgsch2002-01-181-12/+12
|
* From FreeBSD: header for POSIX 1003.1b semaphores.fgsch2002-01-181-0/+68