source: rtems/doc/posix1003.1/ch17.t @ 34683fee

4.104.114.84.95
Last change on this file since 34683fee was 34683fee, checked in by Joel Sherrill <joel.sherrill@…>, on 03/16/98 at 17:08:52

Added Function field.

  • Property mode set to 100644
File size: 540 bytes
Line 
1@c
2@c  COPYRIGHT (c) 1988-1998.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter Thread-Specific Data
10
11@section Thread-Specific Data Functions
12
13@subsection Thread-Specific Data Key Creation
14
15@example
16pthread_key_create(), Function
17@end example
18
19@subsection Thread-Specific Data Management
20
21@example
22pthread_key_setspecific(), Function
23pthread_key_getspecific(), Function
24@end example
25
26@subsection Thread-Specific Data Key Deletion
27
28@example
29pthread_key_delete(), Function
30@end example
31
Note: See TracBrowser for help on using the repository browser.