summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/cancel.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 21:24:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 21:24:38 +0000
commit7479042a5914a6b9223e734b4a14652314661e1a (patch)
treee673fe698aa58bb0e4c6be0bd468ced47207594a /doc/posix_users/cancel.t
parentAdded descriptions. (diff)
downloadrtems-7479042a5914a6b9223e734b4a14652314661e1a.tar.bz2
Generated concept and function index entries.
Diffstat (limited to 'doc/posix_users/cancel.t')
-rw-r--r--doc/posix_users/cancel.t46
1 files changed, 41 insertions, 5 deletions
diff --git a/doc/posix_users/cancel.t b/doc/posix_users/cancel.t
index daf0da4a46..604bf43439 100644
--- a/doc/posix_users/cancel.t
+++ b/doc/posix_users/cancel.t
@@ -1,16 +1,16 @@
@c
-@c COPYRIGHT (c) 1988-1998.
-@c On-Line Applications Research Corporation (OAR).
-@c All rights reserved.
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
@c
-@c $Id$
+@c $Id$
@c
@chapter Thread Cancellation Manager
@section Introduction
-The
+The
thread cancellation manager is ...
The directives provided by the thread cancellation manager are:
@@ -39,9 +39,15 @@ A subsection is dedicated to each of this manager's directives
and describes the calling sequence, related constants, usage,
and status codes.
+@c
+@c
+@c
@page
@subsection pthread_cancel - Cancel Execution of a Thread
+@findex pthread_cancel
+@cindex cancel execution of a thread
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -66,9 +72,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection pthread_setcancelstate - Set Cancelability State
+@findex pthread_setcancelstate
+@cindex set cancelability state
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -93,9 +105,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection pthread_setcanceltype - Set Cancelability Type
+@findex pthread_setcanceltype
+@cindex set cancelability type
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -120,9 +138,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection pthread_testcancel - Create Cancellation Point
+@findex pthread_testcancel
+@cindex create cancellation point
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -147,9 +171,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection pthread_cleanup_push - Establish Cancellation Handler
+@findex pthread_cleanup_push
+@cindex establish cancellation handler
+
@subheading CALLING SEQUENCE:
@ifset is-C
@@ -174,9 +204,15 @@ The
@subheading NOTES:
+@c
+@c
+@c
@page
@subsection pthread_cleanup_pop - Remove Cancellation Handler
+@findex pthread_cleanup_pop
+@cindex remove cancellation handler
+
@subheading CALLING SEQUENCE:
@ifset is-C