summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch11.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-18 18:15:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-18 18:15:01 +0000
commit7331714cf96cef835dd5bfd2ab29961cccdd1899 (patch)
tree05f93fdbf927996c6a4b4af201cd0b311d105805 /doc/posix1003.1/ch11.t
parentFirst attempt at adding constants and feature flags (diff)
downloadrtems-7331714cf96cef835dd5bfd2ab29961cccdd1899.tar.bz2
Added Constants, Feature Flags, and Macros (included in Functions).
No status information was included.
Diffstat (limited to 'doc/posix1003.1/ch11.t')
-rw-r--r--doc/posix1003.1/ch11.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/posix1003.1/ch11.t b/doc/posix1003.1/ch11.t
index b323d91e0f..59e678b094 100644
--- a/doc/posix1003.1/ch11.t
+++ b/doc/posix1003.1/ch11.t
@@ -20,6 +20,7 @@ sem_t, Type, Untested Implementation
@example
sem_init(), Function, Untested Implementation
+SEM_FAILED, Constant,
@end example
@subsection Destroy an Unnamed Semaphore
@@ -74,6 +75,8 @@ pthread_mutexattr_init(), Function, Implemented
pthread_mutexattr_destroy(), Function, Implemented
pthread_mutexattr_getpshared(), Function, Implemented
pthread_mutexattr_setpshared(), Function, Implemented
+PTHREAD_PROCESS_SHARED, Constant,
+PTHREAD_PROCESS_PRIVATE, Constant,
@end example
@subsection Initializing and Destroying a Mutex
@@ -81,6 +84,7 @@ pthread_mutexattr_setpshared(), Function, Implemented
@example
pthread_mutex_init(), Function, Implemented
pthread_mutex_destroy(), Function, Implemented
+PTHREAD_MUTEX_INITIALIZER, Constant,
@end example
@subsection Locking and Unlocking a Mutex
@@ -107,6 +111,7 @@ pthread_condattr_setpshared(), Function, Implemented
@example
pthread_cond_init(), Function, Implemented
pthread_cond_destroy(), Function, Implemented
+PTHREAD_COND_INITIALIZER, Constant,
@end example
@subsection Broadcasting and Signaling a Condition