mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-31 12:11:52 +08:00
Mention barrier manager in rtems_semaphore_flush()
This commit is contained in:
parent
70f23e475b
commit
0acf49e980
@ -6,6 +6,8 @@
|
||||
|
||||
.. index:: barrier
|
||||
|
||||
.. _barrier_manager:
|
||||
|
||||
Barrier Manager
|
||||
***************
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user