summaryrefslogtreecommitdiffstats
path: root/posix1003-1/thread_cancellation.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-08-28 13:03:40 -0500
committerJoel Sherrill <joel@rtems.org>2017-10-12 20:25:13 -0500
commit2c3cf2166dd35152bb006d027476400be8759615 (patch)
treec9bde69e8015ae32d259a962694187d742a8ea0b /posix1003-1/thread_cancellation.rst
parentShorten BSP and Driver Guide name (missed commit) (diff)
downloadrtems-docs-2c3cf2166dd35152bb006d027476400be8759615.tar.bz2
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.
Diffstat (limited to 'posix1003-1/thread_cancellation.rst')
-rw-r--r--posix1003-1/thread_cancellation.rst78
1 files changed, 0 insertions, 78 deletions
diff --git a/posix1003-1/thread_cancellation.rst b/posix1003-1/thread_cancellation.rst
deleted file mode 100644
index 7e5cc05..0000000
--- a/posix1003-1/thread_cancellation.rst
+++ /dev/null
@@ -1,78 +0,0 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-
-Thread Cancellation
-###################
-
-Thread Cancellation Overview
-============================
-
-Cancelability States
---------------------
-
-.. code:: c
-
- PTHREAD_CANCEL_DISABLE, Constant, Implemented
- PTHREAD_CANCEL_ENABLE, Constant, Implemented
- PTHREAD_CANCEL_ASYNCHRONOUS, Constant, Implemented
- PTHREAD_CANCEL_DEFERRED, Constant, Implemented
-
-Cancellation Points
--------------------
-
-Thread Cancellation Cleanup Handlers
-------------------------------------
-
-.. code:: c
-
- PTHREAD_CANCELED, Constant, Unimplemented
-
-Async-Cancel Safety
--------------------
-
-Thread Cancellation Functions
-=============================
-
-Canceling Execution of a Thread
--------------------------------
-
-.. code:: c
-
- pthread_cancel(), Function, Implemented
-
-Setting Cancelability State
----------------------------
-
-.. code:: c
-
- pthread_setcancelstate(), Function, Implemented
- pthread_setcanceltype(), Function, Implemented
- pthread_testcancel(), Function, Implemented
-
-Establishing Cancellation Handlers
-----------------------------------
-
-.. code:: c
-
- pthread_cleanup_push(), Function, Implemented
- pthread_cleanup_pop(), Function, Implemented
-
-Language-Independent Cancellation Functionality
-===============================================
-
-Requesting Cancellation
------------------------
-
-Associating Cleanup Code With Scopes
-------------------------------------
-
-Controlling Cancellation Within Scopes
---------------------------------------
-
-Defined Cancellation Sequence
------------------------------
-
-List of Cancellation Points
----------------------------
-
-.. COMMENT: DO NOT EDIT - AUTOMATICALLY GENERATED!!!
-