From 34683feee24db199707d647f8c2c19705cafed40 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 16 Mar 1998 17:08:52 +0000 Subject: Added Function field. --- doc/posix1003.1/ch16.t | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'doc/posix1003.1/ch16.t') diff --git a/doc/posix1003.1/ch16.t b/doc/posix1003.1/ch16.t index 276827c105..4c74f63a6d 100644 --- a/doc/posix1003.1/ch16.t +++ b/doc/posix1003.1/ch16.t @@ -15,55 +15,55 @@ @subsection Thread Creation Attributes @example -pthread_attr_init() -pthread_attr_destroy() -pthread_attr_setstacksize() -pthread_attr_getstacksize() -pthread_attr_setstackaddr() -pthread_attr_getstackaddr() -pthread_attr_setdetachstate() -pthread_attr_getdetachstate() +pthread_attr_init(), Function +pthread_attr_destroy(), Function +pthread_attr_setstacksize(), Function +pthread_attr_getstacksize(), Function +pthread_attr_setstackaddr(), Function +pthread_attr_getstackaddr(), Function +pthread_attr_setdetachstate(), Function +pthread_attr_getdetachstate(), Function @end example @subsection Thread Creation @example -pthread_create() +pthread_create(), Function @end example @subsection Wait for Thread Termination @example -pthread_join() +pthread_join(), Function @end example @subsection Detaching a Thread @example -pthread_detach() +pthread_detach(), Function @end example @subsection Thread Termination @example -pthread_exit() +pthread_exit(), Function @end example @subsection Get Thread ID @example -pthread_self() +pthread_self(), Function @end example @subsection Compare Thread IDs @example -pthread_equal() +pthread_equal(), Function @end example @subsection Dynamic Package Initialization @example -pthread_once() +pthread_once(), Function @end example -- cgit v1.2.3