summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch11.t
blob: 95402af6249a04c0b39179ec6b22e230176ff159 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@c
@c  COPYRIGHT (c) 1988-1998.
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.
@c
@c  $Id$
@c

@chapter Synchronization
@section Semaphore Characteristics
@section Semaphore Functions
@subsection Initialize an Unnamed Semaphore
@subsection Destroy an Unnamed Semaphore
@subsection Initialize/Open a Named Semaphore
@subsection Close a Named Semaphore
@subsection Remove a Named Semaphore
@subsection Lock a Semaphore
@subsection Unlock a Semaphore
@subsection Get the Value of a Semaphore
@section Mutexes
@subsection Mutex Initialization Attributes
@subsection Initializing and Destroying a Mutex
@subsection Locking and Unlocking a Mutex
@section Condition Variables
@subsection Condition Variable Initialization Attributes
@subsection Initialization and Destroying Condition Variables
@subsection Broadcasting and Signaling a Condition
@subsection Waiting on a Condition