summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch18.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-18 18:15:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-18 18:15:01 +0000
commit7331714cf96cef835dd5bfd2ab29961cccdd1899 (patch)
tree05f93fdbf927996c6a4b4af201cd0b311d105805 /doc/posix1003.1/ch18.t
parentFirst attempt at adding constants and feature flags (diff)
downloadrtems-7331714cf96cef835dd5bfd2ab29961cccdd1899.tar.bz2
Added Constants, Feature Flags, and Macros (included in Functions).
No status information was included.
Diffstat (limited to 'doc/posix1003.1/ch18.t')
-rw-r--r--doc/posix1003.1/ch18.t11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/posix1003.1/ch18.t b/doc/posix1003.1/ch18.t
index ef682d0b7c..7f81a8ea8d 100644
--- a/doc/posix1003.1/ch18.t
+++ b/doc/posix1003.1/ch18.t
@@ -12,10 +12,21 @@
@subsection Cancelability States
+@example
+PTHREAD_CANCEL_DISABLE, Constant,
+PTHREAD_CANCEL_ENABLE, Constant,
+PTHREAD_CANCEL_ASYNCHRONOUS, Constant,
+PTHREAD_CANCEL_DEFERRED, Constant,
+@end example
+
@subsection Cancellation Points
@subsection Thread Cancellation Cleanup Handlers
+@example
+PTHREAD_CANCELED, Constant,
+@end example
+
@subsection Async-Cancel Safety
@section Thread Cancellation Functions