sem(4) netbsd man page | unix.com

Man Page: sem

Operating Environment: netbsd

Section: 4

SEM(4)							   BSD Kernel Interfaces Manual 						    SEM(4)

NAME
sem -- POSIX semaphores
SYNOPSIS
To link into the kernel: options P1003_1B_SEMAPHORE
DESCRIPTION
The sem facility provides system calls used by the standard C library (libc) to implement POSIX semaphores.
SEE ALSO
config(1), sem_destroy(3), sem_getvalue(3), sem_init(3), sem_open(3), sem_post(3), sem_wait(3), options(4)
HISTORY
The sem facility appeared as a kernel option in NetBSD 2.0.
BUGS
The current implementation does not support shared, unnamed semaphores.
BSD
January 21, 2005 BSD
Related Man Pages
sem_init(3c) - opensolaris
sem_overview(7) - debian
sem_init(3rt) - sunos
sem_overview(7) - osx
sem_overview(7) - ultrix
Similar Topics in the Unix Linux Community
Signals and semaphores
Compare files with fields separated with semicolon
Need to put semicolon
Problems removing files with semicolons in the filename
How to use substr to extract character between two semicolon?