mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2003-11-21 Joel Sherrill <joel@OARcorp.com>
PR 521/doc * sem.t: Default attributes were wrong for semaphores.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-11-21 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 521/doc
|
||||
* sem.t: Default attributes were wrong for semaphores.
|
||||
|
||||
2003-08-30 Ralf Corsepius <corsepius@faw.uni-ulm.de>
|
||||
|
||||
* c_user.texi: include common/rtems.texi.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user