This API was used in only one place in non-test code. See whether we can remove it. Closes #12232 Signed-off-by: Peter A. Bigot <pab@pabigot.com>
14 lines
256 B
ReStructuredText
14 lines
256 B
ReStructuredText
.. _synchronization_v2:
|
|
|
|
Synchronization
|
|
###############
|
|
|
|
This section describes kernel services for synchronizing the operation
|
|
of different threads, or the operation of an ISR and a thread.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
semaphores.rst
|
|
mutexes.rst
|