source: rtems-docs/posix1003-1/thread_specific_data.rst @ 72a62ad

4.115
Last change on this file since 72a62ad was 72a62ad, checked in by Chris Johns <chrisj@…>, on 11/03/16 at 05:58:08

Rename all manuals with an _ to have a -. It helps released naming of files.

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