mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 03:37:03 +08:00
barrier: Remove more semaphore leftovers
Remove another mention of options which is available for semaphore but not for barriers.
This commit is contained in:
parent
b8715adc3f
commit
008520ab6c
@ -357,8 +357,7 @@ DESCRIPTION:
|
|||||||
This directive waits at the barrier specified by ``id``. The timeout
|
This directive waits at the barrier specified by ``id``. The timeout
|
||||||
parameter specifies the maximum interval the calling task is willing to be
|
parameter specifies the maximum interval the calling task is willing to be
|
||||||
blocked waiting for the barrier. If it is set to ``RTEMS_NO_TIMEOUT``,
|
blocked waiting for the barrier. If it is set to ``RTEMS_NO_TIMEOUT``,
|
||||||
then the calling task will wait forever. If the barrier is available or
|
then the calling task will wait forever.
|
||||||
the ``RTEMS_NO_WAIT`` option component is set, then timeout is ignored.
|
|
||||||
|
|
||||||
Conceptually, the calling task should always be thought of as blocking when
|
Conceptually, the calling task should always be thought of as blocking when
|
||||||
it makes this call and being unblocked when the barrier is released. If
|
it makes this call and being unblocked when the barrier is released. If
|
||||||
|
Loading…
x
Reference in New Issue
Block a user