summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch16.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 17:08:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 17:08:52 +0000
commit34683feee24db199707d647f8c2c19705cafed40 (patch)
treeb4edec64205b02930e48758199a07490171b1769 /doc/posix1003.1/ch16.t
parentsummarize now generates a nicely formatted function status summary. (diff)
downloadrtems-34683feee24db199707d647f8c2c19705cafed40.tar.bz2
Added Function field.
Diffstat (limited to 'doc/posix1003.1/ch16.t')
-rw-r--r--doc/posix1003.1/ch16.t30
1 files changed, 15 insertions, 15 deletions
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