Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 270 Bytes

synchronization.rst

File metadata and controls

14 lines (10 loc) · 270 Bytes

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