summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch11.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-02 20:02:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-02 20:02:27 +0000
commit180ca024614581a986f7d89fb9d1c7c03b891188 (patch)
treeeb0d9f01c3bed16599fc6d76819ffbab387a222a /doc/posix1003.1/ch11.t
parentMake sure OAR logo is accessible (diff)
downloadrtems-180ca024614581a986f7d89fb9d1c7c03b891188.tar.bz2
Added constants through ch13
Diffstat (limited to 'doc/posix1003.1/ch11.t')
-rw-r--r--doc/posix1003.1/ch11.t10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/posix1003.1/ch11.t b/doc/posix1003.1/ch11.t
index 59e678b094..972d063cfe 100644
--- a/doc/posix1003.1/ch11.t
+++ b/doc/posix1003.1/ch11.t
@@ -20,7 +20,7 @@ sem_t, Type, Untested Implementation
@example
sem_init(), Function, Untested Implementation
-SEM_FAILED, Constant,
+SEM_FAILED, Constant, Unimplemented
@end example
@subsection Destroy an Unnamed Semaphore
@@ -75,8 +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,
+PTHREAD_PROCESS_SHARED, Constant, Implemented
+PTHREAD_PROCESS_PRIVATE, Constant, Implemented
@end example
@subsection Initializing and Destroying a Mutex
@@ -84,7 +84,7 @@ PTHREAD_PROCESS_PRIVATE, Constant,
@example
pthread_mutex_init(), Function, Implemented
pthread_mutex_destroy(), Function, Implemented
-PTHREAD_MUTEX_INITIALIZER, Constant,
+PTHREAD_MUTEX_INITIALIZER, Constant, Implemented
@end example
@subsection Locking and Unlocking a Mutex
@@ -111,7 +111,7 @@ pthread_condattr_setpshared(), Function, Implemented
@example
pthread_cond_init(), Function, Implemented
pthread_cond_destroy(), Function, Implemented
-PTHREAD_COND_INITIALIZER, Constant,
+PTHREAD_COND_INITIALIZER, Constant, Implemented
@end example
@subsection Broadcasting and Signaling a Condition