zephyr/doc/kernel/microkernel/microkernel_synchronization.rst
Allan Stephens 61fa627f74 doc: Terminology change - signalling -> synchronization
The kernel's services previously referred to as "signalling services",
which include object types such as semaphores, events, and mutexes,
are now referred to as "synchronization services". This term more
clearly conveys their use as a means to synchronize the operation
of two or more entities within the kernel.

Change-Id: Id24b96f2daf7d866a2d134c222e3d0b6fc568f5a
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:15:26 -05:00

15 lines
290 B
ReStructuredText

.. _microkernel_synchronization:
Synchronization Services
########################
This section contains the information about the synchronization services
available in the microkernel.
.. toctree::
:maxdepth: 2
microkernel_semaphores
microkernel_events
microkernel_mutexes