aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/_semaphore.h
Commit message (Expand)AuthorAgeFilesLines
* Use umtx to implement process sharable semaphore, to make this work,David Xu2010-01-051-19/+2
* Const-qualify ksem_timedwait's parameter abstime as it's only passed in.Stefan Farfeleder2005-10-181-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* The sem_timedwait() and ksem_timedwait() functions bothDaniel Eischen2004-02-031-0/+1
* Add ksem_timedwait() to complement ksem_wait().Daniel Eischen2004-02-031-0/+1
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.Alfred Perlstein2002-09-191-0/+71