core.sys.posix.semaphore

D header file for POSIX.

Functions 9

fnint sem_close(sem_t *)
fnint sem_destroy(sem_t *)
fnint sem_getvalue(sem_t *, int *)
fnint sem_init(sem_t *, int, uint)
fnsem_t * sem_open(const scope char *, int, ...)
fnint sem_post(sem_t *)
fnint sem_trywait(sem_t *)
fnint sem_unlink(const scope char *)
fnint sem_wait(sem_t *)