Query: sem
OS: netbsd
Section: 4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SEM(4) BSD Kernel Interfaces Manual SEM(4)NAMEsem -- POSIX semaphoresSYNOPSISTo link into the kernel: options P1003_1B_SEMAPHOREDESCRIPTIONThe sem facility provides system calls used by the standard C library (libc) to implement POSIX semaphores.SEE ALSOconfig(1), sem_destroy(3), sem_getvalue(3), sem_init(3), sem_open(3), sem_post(3), sem_wait(3), options(4)HISTORYThe sem facility appeared as a kernel option in NetBSD 2.0.BUGSThe current implementation does not support shared, unnamed semaphores.BSDJanuary 21, 2005 BSD