summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/include/semaphore.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move the thread-related .h files to /usr/src/include/, since theguenther2017-10-151-62/+0
* needs sys/cdefs.h because a case has been found where it is pulledderaadt2013-03-261-3/+3
* SEM_VALUE_MAX belongs in <limits.h> (via sys/syslimits.h)guenther2013-03-241-10/+3
* machine/limits.h does not contain everything this file wants. It wantsderaadt2013-03-241-2/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* sem_timedwait() needs the struct timespec tag to be pre-declared here.guenther2012-07-111-3/+4
* Add sem_timewait() and fix sem_wait()'s handling of signals, soguenther2012-03-031-1/+2
* 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