Query: sem
OS: debian
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 compile this driver into the kernel, place the following lines in your kernel configuration file: options P1003_1B_SEMAPHORES Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): sem_load="YES" kldload semDESCRIPTIONThe sem facility provides system calls used by the standard C library (libc) to implement POSIX semaphores. This facility offers support for such functions as sem_init() and sem_wait(). It is available both as a kernel option for static inclusion and as a dynamic kernel module.SEE ALSOsem_destroy(3), sem_getvalue(3), sem_init(3), sem_open(3), sem_post(3), sem_wait(3), config(8), kldload(8), kldunload(8)HISTORYThe sem facility appeared as a kernel option in FreeBSD 3.0. The sem kernel module appeared in FreeBSD 5.0.BSDNovember 11, 2006 BSD
Related Man Pages |
---|
sem_init(3c) - opensolaris |
aio(4) - freebsd |
sem_destroy(3) - redhat |
sem(4) - debian |
sem_init(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Kernel Problems |
how implement a kernel call? |
kernel compile |
Phenom II support in kernel |
How to pass cat file in awk statement? |