zephyr/doc/kernel/microkernel/microkernel_synchronization.rst
Allan Stephens 1201a73002 doc: Reorder listing of microkernel synchronization objects
Now ordered from most basic semaphore type (events) to most complex
semaphore type (mutexes).

Change-Id: I4cf69ee2b87b10b8d962f963b3631d9bdae608e9
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_events
microkernel_semaphores
microkernel_mutexes