summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch18.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix1003.1/ch18.t')
-rw-r--r--doc/posix1003.1/ch18.t30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/posix1003.1/ch18.t b/doc/posix1003.1/ch18.t
index dfa3993216..f6015a77d8 100644
--- a/doc/posix1003.1/ch18.t
+++ b/doc/posix1003.1/ch18.t
@@ -7,19 +7,49 @@
@c
@chapter Thread Cancellation
+
@section Thread Cancellation Overview
+
@subsection Cancelability States
+
@subsection Cancellation Points
+
@subsection Thread Cancellation Cleanup Handlers
+
@subsection Async-Cancel Safety
+
@section Thread Cancellation Functions
+
@subsection Canceling Execution of a Thread
+
+@example
+pthread_cancel()
+@end example
+
@subsection Setting Cancelability State
+
+@example
+pthread_setcancelstate()
+pthread_setcanceltype()
+pthread_testcancel()
+@end example
+
@subsection Establishing Cancellation Handlers
+
+@example
+pthread_cleanup_push()
+pthread_cleanup_pop()
+@end example
+
@section Language-Independent Cancellation Functionality
+
@subsection Requesting Cancellation
+
@subsection Associating Cleanup Code With Scopes
+
@subsection Controlling Cancellation Within Scopes
+
@subsection Defined Cancellation Sequence
+
@subsection List of Cancellation Points