zephyr/doc/kernel_v2/synchronization/synchronization.rst

15 lines
270 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
alerts.rst