From 2c3cf2166dd35152bb006d027476400be8759615 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 28 Aug 2017 13:03:40 -0500 Subject: New version of POSIX Compliance Guide This is a replacement of the POSIX 1003.1 Compliance Guide. It will be generated from a .csv file. Updates #3177. --- posix1003-1/thread_specific_data.rst | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete 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 deleted file mode 100644 index 681aea6..0000000 --- a/posix1003-1/thread_specific_data.rst +++ /dev/null @@ -1,36 +0,0 @@ -.. 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