mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 09:35:50 +00:00
Change-Id: I6caa94bc1a3d1986966652cd0a24bf22f3697481 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
270 B
ReStructuredText
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
|