semaphore.h(3head) 맨 페이지 - 윈디하나의 솔라나라
|
|
개요
- 솔라나라에 설명된 어플리케이션에 대해 맨 페이지를 찾아 출력한다.
- MAN 페이지에 대한 설명은 윈디하나의 솔라나라: MAN 페이지을 참고하자.
svcadm(8)
을 검색하려면 섹션
에서 8
을 선택하고, 맨 페이지 이름
에 svcadm
을 입력하고 검색을 누른다.
semaphore.h(3head)
semaphore.h(3HEAD) Headers semaphore.h(3HEAD)
NAME
semaphore.h, semaphore - semaphores
SYNOPSIS
#include <semaphore.h>
DESCRIPTION
The <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(3C)).
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).
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Interface StabilityCommitted _ StandardSee stan‐
dards(7).
SEE ALSO
sem_destroy(3C), sem_getvalue(3C), sem_init(3C), sem_open(3C),
sem_post(3C), sem_timedwait(3C), sem_unlink(3C), sem_wait(3C),
fcntl.h(3HEAD), types.h(3HEAD), attributes(7), standards(7)
Oracle Solaris 11.4 5 Feb 2008 semaphore.h(3HEAD)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.