mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-22 07:37:16 +08:00
Mention barrier manager in rtems_semaphore_flush()
This commit is contained in:
parent
70f23e475b
commit
0acf49e980
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
.. index:: barrier
|
.. index:: barrier
|
||||||
|
|
||||||
|
.. _barrier_manager:
|
||||||
|
|
||||||
Barrier Manager
|
Barrier Manager
|
||||||
***************
|
***************
|
||||||
|
|
||||||
|
@ -804,6 +804,10 @@ NOTES:
|
|||||||
assert( sc == RTEMS_SUCCESSFUL );
|
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
|
.. raw:: latex
|
||||||
|
|
||||||
\clearpage
|
\clearpage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user