summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch18.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-17 16:37:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-17 16:37:57 +0000
commit3cffce87d659305ef4ab8b7225116a36be47ce75 (patch)
treeff1dc28c88f6695c557ef27d4590fa2d53d20557 /doc/posix1003.1/ch18.t
parentAdded types, status of functions, cleaned up output of summarize. (diff)
downloadrtems-3cffce87d659305ef4ab8b7225116a36be47ce75.tar.bz2
Completed first pass at function status.
Added most data types without status information.
Diffstat (limited to 'doc/posix1003.1/ch18.t')
-rw-r--r--doc/posix1003.1/ch18.t12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/posix1003.1/ch18.t b/doc/posix1003.1/ch18.t
index b1e086b5e1..ef682d0b7c 100644
--- a/doc/posix1003.1/ch18.t
+++ b/doc/posix1003.1/ch18.t
@@ -23,22 +23,22 @@
@subsection Canceling Execution of a Thread
@example
-pthread_cancel(), Function
+pthread_cancel(), Function, Implemented
@end example
@subsection Setting Cancelability State
@example
-pthread_setcancelstate(), Function
-pthread_setcanceltype(), Function
-pthread_testcancel(), Function
+pthread_setcancelstate(), Function, Implemented
+pthread_setcanceltype(), Function, Implemented
+pthread_testcancel(), Function, Implemented
@end example
@subsection Establishing Cancellation Handlers
@example
-pthread_cleanup_push(), Function
-pthread_cleanup_pop(), Function
+pthread_cleanup_push(), Function, Implemented
+pthread_cleanup_pop(), Function, Implemented
@end example
@section Language-Independent Cancellation Functionality