[rtems-docs commit] barrier: Remove more semaphore leftovers

Joel Sherrill joel at rtems.org
Thu Nov 7 00:37:53 UTC 2019


Module:    rtems-docs
Branch:    master
Commit:    008520ab6ce184431e056a03ab7435142cb80bbf
Changeset: http://git.rtems.org/rtems-docs/commit/?id=008520ab6ce184431e056a03ab7435142cb80bbf

Author:    Martin Erik Werner <martinerikwerner at gmail.com>
Date:      Thu Nov  7 00:22:35 2019 +0100

barrier: Remove more semaphore leftovers

Remove another mention of options which is available for semaphore but
not for barriers.

---

 c-user/barrier_manager.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/c-user/barrier_manager.rst b/c-user/barrier_manager.rst
index 93c3cb7..72629bf 100644
--- a/c-user/barrier_manager.rst
+++ b/c-user/barrier_manager.rst
@@ -357,8 +357,7 @@ DESCRIPTION:
     This directive waits at the barrier specified by ``id``.  The timeout
     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``,
-    then the calling task will wait forever.  If the barrier is available or
-    the ``RTEMS_NO_WAIT`` option component is set, then timeout is ignored.
+    then the calling task will wait forever.
 
     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



More information about the vc mailing list