From 72a62ad88f82fe1ffee50024db4dd0f3fa5806f7 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 3 Nov 2016 16:58:08 +1100 Subject: Rename all manuals with an _ to have a -. It helps released naming of files. --- posix1003-1/thread_specific_data.rst | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 posix1003-1/thread_specific_data.rst (limited to 'posix1003-1/thread_specific_data.rst') 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. + -- cgit v1.2.3