summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/semaphores.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-04 19:25:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-04 19:25:14 +0000
commit16bed8add3c9bf4976115ce7fc51173f8f13dcf5 (patch)
treed0bae560b3033dcf0882eb1815c5c4127e6a663f /doc/new_chapters/semaphores.t
parentSwitched to read/write register routines and added some basic debug (diff)
downloadrtems-16bed8add3c9bf4976115ce7fc51173f8f13dcf5.tar.bz2
More complete shells generated.
Diffstat (limited to 'doc/new_chapters/semaphores.t')
-rw-r--r--doc/new_chapters/semaphores.t72
1 files changed, 63 insertions, 9 deletions
diff --git a/doc/new_chapters/semaphores.t b/doc/new_chapters/semaphores.t
index a383bde355..f5daaa88d0 100644
--- a/doc/new_chapters/semaphores.t
+++ b/doc/new_chapters/semaphores.t
@@ -39,7 +39,7 @@ and describes the calling sequence, related constants, usage,
and status codes.
@page
-@subsection sem_init - XXX
+@subsection sem_init -
@subheading CALLING SEQUENCE:
@@ -55,12 +55,18 @@ int sem_init(
@subheading STATUS CODES:
+@table @b
+@item E
+The
+
+@end table
+
@subheading DESCRIPTION:
@subheading NOTES:
@page
-@subsection sem_destroy - XXX
+@subsection sem_destroy -
@subheading CALLING SEQUENCE:
@@ -76,12 +82,18 @@ int sem_destroy(
@subheading STATUS CODES:
+@table @b
+@item E
+The
+
+@end table
+
@subheading DESCRIPTION:
@subheading NOTES:
@page
-@subsection sem_open - XXX
+@subsection sem_open -
@subheading CALLING SEQUENCE:
@@ -97,12 +109,18 @@ int sem_open(
@subheading STATUS CODES:
+@table @b
+@item E
+The
+
+@end table
+
@subheading DESCRIPTION:
@subheading NOTES:
@page
-@subsection sem_close - XXX
+@subsection sem_close -
@subheading CALLING SEQUENCE:
@@ -118,12 +136,18 @@ int sem_close(
@subheading STATUS CODES:
+@table @b
+@item E
+The
+
+@end table
+
@subheading DESCRIPTION:
@subheading NOTES:
@page
-@subsection sem_unlink - XXX
+@subsection sem_unlink -
@subheading CALLING SEQUENCE:
@@ -139,12 +163,18 @@ int sem_unlink(
@subheading STATUS CODES:
+@table @b
+@item E
+The
+
+@end table
+
@subheading DESCRIPTION:
@subheading NOTES:
@page
-@subsection sem_wait - XXX
+@subsection sem_wait -
@subheading CALLING SEQUENCE:
@@ -160,12 +190,18 @@ int sem_wait(
@subheading STATUS CODES:
+@table @b
+@item E
+The
+
+@end table
+
@subheading DESCRIPTION:
@subheading NOTES:
@page
-@subsection sem_trywait - XXX
+@subsection sem_trywait -
@subheading CALLING SEQUENCE:
@@ -181,12 +217,18 @@ int sem_trywait(
@subheading STATUS CODES:
+@table @b
+@item E
+The
+
+@end table
+
@subheading DESCRIPTION:
@subheading NOTES:
@page
-@subsection sem_post - XXX
+@subsection sem_post -
@subheading CALLING SEQUENCE:
@@ -202,12 +244,18 @@ int sem_post(
@subheading STATUS CODES:
+@table @b
+@item E
+The
+
+@end table
+
@subheading DESCRIPTION:
@subheading NOTES:
@page
-@subsection sem_getvalue - XXX
+@subsection sem_getvalue -
@subheading CALLING SEQUENCE:
@@ -223,6 +271,12 @@ int sem_getvalue(
@subheading STATUS CODES:
+@table @b
+@item E
+The
+
+@end table
+
@subheading DESCRIPTION:
@subheading NOTES: