From 3cffce87d659305ef4ab8b7225116a36be47ce75 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 17 Mar 1998 16:37:57 +0000 Subject: Completed first pass at function status. Added most data types without status information. --- doc/posix1003.1/ch18.t | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/posix1003.1/ch18.t') 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 -- cgit v1.2.3