Query: semaphore
OS: sunos
Section: 3head
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
semaphore.h(3HEAD) Headers semaphore.h(3HEAD)NAMEsemaphore.h, semaphore - semaphoresSYNOPSIS#include <semaphore.h>DESCRIPTIONThe <semaphore.h> header defines the sem_t type, used in performing semaphore operations. The semaphore can be implemented using a file descriptor, in which case applications are able to open up at least a total of {OPEN_MAX} files and semaphores. The symbol SEM_FAILED is defined (see sem_open(3RT)). Inclusion of the <semaphore.h> header can make visible symbols defined in the headers <fcntl.h> and <sys/types.h>. See fcntl.h(3HEAD) and types.h(3HEAD).ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+SEE ALSOfcntl.h(3HEAD), types.h(3HEAD), sem_destroy(3RT), sem_getvalue(3RT), sem_init(3RT), sem_open(3RT), sem_post(3RT), sem_timedwait(3RT), sem_unlink(3RT), sem_wait(3RT), attributes(5), standards(5) SunOS 5.10 10 Sep 2004 semaphore.h(3HEAD)
Related Man Pages |
---|
semaphore(3c) - sunos |
sema_init(3c) - sunos |
sema_wait(3c) - sunos |
sem_open(3rt) - sunos |
sem_reltimedwait_np(3rt) - sunos |
Similar Topics in the Unix Linux Community |
---|
semaphore |
semaphore limits |
semaphore concept |
semaphore access speed |
What is the components of semaphore? |