summaryrefslogtreecommitdiffstats
path: root/posix1003-1/thread_specific_data.rst
blob: 681aea6946aea118da5b7cda985d2490a9e453d5 (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
32
33
34
35
36
.. comment SPDX-License-Identifier: CC-BY-SA-4.0

Thread-Specific Data
####################

Thread-Specific Data Functions
==============================

Thread-Specific Data Key Creation
---------------------------------

.. code:: c

    pthread_key_create(), Function, Implemented

Thread-Specific Data Management
-------------------------------

.. code:: c

    pthread_key_setspecific(), Function, Implemented
    pthread_key_getspecific(), Function, Implemented

Thread-Specific Data Key Deletion
---------------------------------

.. code:: c

    pthread_key_delete(), Function, Implemented

.. COMMENT: COPYRIGHT (c) 1988-2002.

.. COMMENT: On-Line Applications Research Corporation (OAR).

.. COMMENT: All rights reserved.