Mention barrier manager in rtems_semaphore_flush()

This commit is contained in:
Sebastian Huber 2017-11-20 08:25:26 +01:00
parent 70f23e475b
commit 0acf49e980
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,8 @@
.. index:: barrier
.. _barrier_manager:
Barrier Manager
***************

View File

@ -804,6 +804,10 @@ NOTES:
assert( sc == RTEMS_SUCCESSFUL );
}
For barrier synchronization, the :ref:`barrier_manager` offers a cleaner
alternative to using the `rtems_semaphore_flush` directive. Unlike POSIX
barriers, they have a manual release option.
.. raw:: latex
\clearpage