From 5e53171dfa27fa8ab863c04e8f4a21b0fe22f088 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 14 Mar 1998 17:43:56 +0000 Subject: Added functions from POSIX standard. --- doc/posix1003.1/ch18.t | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'doc/posix1003.1/ch18.t') 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 -- cgit v1.2.3