summaryrefslogtreecommitdiffstats
path: root/posix1003-1/thread_specific_data.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-11-03 16:58:08 +1100
committerChris Johns <chrisj@rtems.org>2016-11-03 16:58:08 +1100
commit72a62ad88f82fe1ffee50024db4dd0f3fa5806f7 (patch)
tree6b0e527e67141f8126ba56b8a3c1eb90aeed5849 /posix1003-1/thread_specific_data.rst
parentwaf: Use separate doctrees so avoid sphinx clashes. (diff)
downloadrtems-docs-72a62ad88f82fe1ffee50024db4dd0f3fa5806f7.tar.bz2
Rename all manuals with an _ to have a -. It helps released naming of files.
Diffstat (limited to 'posix1003-1/thread_specific_data.rst')
-rw-r--r--posix1003-1/thread_specific_data.rst36
1 files changed, 36 insertions, 0 deletions
diff --git a/posix1003-1/thread_specific_data.rst b/posix1003-1/thread_specific_data.rst
new file mode 100644
index 0000000..681aea6
--- /dev/null
+++ b/posix1003-1/thread_specific_data.rst
@@ -0,0 +1,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.
+