core.sys.posix.semaphore

D header file for POSIX.

Functions 9

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