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

@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