source: rtems-docs/posix1003_1/thread_specific_data.rst @ f916fca

4.115
Last change on this file since f916fca was ef0a063, checked in by Amar Takhar <amar@…>, on 01/17/16 at 00:14:55

Split document into seperate files by section.

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