mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-23 05:31:53 +08:00
barrier: Remove unfinished sentence
Remove the unfinished sentence "Since a barrier is, by definition, never immediately [...]" and jump directly to "The task may wait [forever or for a timeout]" instead. I cannot figure out what the unfinished sentence is supposed to be - "released"? "passed"?
This commit is contained in:
parent
473b4a56c5
commit
5207248d1d
@ -119,10 +119,9 @@ Waiting at a Barrier
|
||||
--------------------
|
||||
|
||||
The ``rtems_barrier_wait`` directive is used to wait at
|
||||
the specified barrier. Since a barrier is, by definition, never immediately,
|
||||
the task may wait forever for the barrier to be released or it may
|
||||
specify a timeout. Specifying a timeout limits the interval the task will
|
||||
wait before returning with an error status code.
|
||||
the specified barrier. The task may wait forever for the barrier to be
|
||||
released or it may specify a timeout. Specifying a timeout limits the interval
|
||||
the task will wait before returning with an error status code.
|
||||
|
||||
If the barrier is configured as automatic and there are already one less then
|
||||
the maximum number of waiters, then the call will unblock all tasks waiting at
|
||||
|
Loading…
x
Reference in New Issue
Block a user