summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/cancel.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-04 19:25:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-04 19:25:14 +0000
commit16bed8add3c9bf4976115ce7fc51173f8f13dcf5 (patch)
treed0bae560b3033dcf0882eb1815c5c4127e6a663f /doc/new_chapters/cancel.t
parentSwitched to read/write register routines and added some basic debug (diff)
downloadrtems-16bed8add3c9bf4976115ce7fc51173f8f13dcf5.tar.bz2
More complete shells generated.
Diffstat (limited to 'doc/new_chapters/cancel.t')
-rw-r--r--doc/new_chapters/cancel.t40
1 files changed, 35 insertions, 5 deletions
diff --git a/doc/new_chapters/cancel.t b/doc/new_chapters/cancel.t
index be7397968e..3161b8fba7 100644
--- a/doc/new_chapters/cancel.t
+++ b/doc/new_chapters/cancel.t
@@ -35,7 +35,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
-@subsection pthread_cancel - XXX
+@subsection pthread_cancel -
@subheading CALLING SEQUENCE:
@@ -51,12 +51,18 @@ int pthread_cancel(
@subheading STATUS CODES:
+@table @b
+@item E
+The
+
+@end table
+
@subheading DESCRIPTION:
@subheading NOTES:
@page
-@subsection pthread_setcancelstate - XXX
+@subsection pthread_setcancelstate -
@subheading CALLING SEQUENCE:
@@ -72,12 +78,18 @@ int pthread_setcancelstate(
@subheading STATUS CODES:
+@table @b
+@item E
+The
+
+@end table
+
@subheading DESCRIPTION:
@subheading NOTES:
@page
-@subsection pthread_setcanceltype - XXX
+@subsection pthread_setcanceltype -
@subheading CALLING SEQUENCE:
@@ -93,12 +105,18 @@ int pthread_setcanceltype(
@subheading STATUS CODES:
+@table @b
+@item E
+The
+
+@end table
+
@subheading DESCRIPTION:
@subheading NOTES:
@page
-@subsection pthread_testcancel - XXX
+@subsection pthread_testcancel -
@subheading CALLING SEQUENCE:
@@ -114,12 +132,18 @@ int pthread_testcancel(
@subheading STATUS CODES:
+@table @b
+@item E
+The
+
+@end table
+
@subheading DESCRIPTION:
@subheading NOTES:
@page
-@subsection pthread_cleanup_push - XXX
+@subsection pthread_cleanup_push -
@subheading CALLING SEQUENCE:
@@ -135,6 +159,12 @@ int pthread_cleanup_push(
@subheading STATUS CODES:
+@table @b
+@item E
+The
+
+@end table
+
@subheading DESCRIPTION:
@subheading NOTES: