summaryrefslogtreecommitdiffstats
path: root/doc/user/sem.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/user/sem.t6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/user/sem.t b/doc/user/sem.t
index 755b693c0b..1f9b7553b9 100644
--- a/doc/user/sem.t
+++ b/doc/user/sem.t
@@ -188,9 +188,10 @@ the set of valid semaphore attributes:
@item @code{@value{RPREFIX}PRIORITY} - tasks wait by priority
@item @code{@value{RPREFIX}BINARY_SEMAPHORE} - restrict values to
-0 and 1 (default)
+0 and 1
@item @code{@value{RPREFIX}COUNTING_SEMAPHORE} - no restriction on values
+(default)
@item @code{@value{RPREFIX}SIMPLE_BINARY_SEMAPHORE} - restrict values to
0 and 1, do not allow nested access, allow deletion of locked semaphore.
@@ -447,9 +448,10 @@ defined by RTEMS:
@item @code{@value{RPREFIX}PRIORITY} - tasks wait by priority
@item @code{@value{RPREFIX}BINARY_SEMAPHORE} - restrict values to
-0 and 1 (default)
+0 and 1
@item @code{@value{RPREFIX}COUNTING_SEMAPHORE} - no restriction on values
+(default)
@item @code{@value{RPREFIX}SIMPLE_BINARY_SEMAPHORE} - restrict values to
0 and 1, block on nested access, allow deletion of locked semaphore.