summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch17.t
blob: a177d37bbfa9103f46efa3404f6d33fdc4609fa9 (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
@c
@c  COPYRIGHT (c) 1988-2002.
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.

@chapter Thread-Specific Data

@section Thread-Specific Data Functions

@subsection Thread-Specific Data Key Creation

@example
pthread_key_create(), Function, Implemented
@end example

@subsection Thread-Specific Data Management

@example
pthread_key_setspecific(), Function, Implemented
pthread_key_getspecific(), Function, Implemented
@end example

@subsection Thread-Specific Data Key Deletion

@example
pthread_key_delete(), Function, Implemented
@end example