mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 00:15:28 +00:00
Describes atomic operations, including concepts, examples, and APIs. Change-Id: I701435508ae179623cf983590802040b35b0f286 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
15 lines
298 B
ReStructuredText
15 lines
298 B
ReStructuredText
.. _common_kernel_services:
|
|
|
|
Common Kernel Services
|
|
######################
|
|
|
|
This section describes kernel services that are provided in both
|
|
microkernel applications and nanokernel applications.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
common_contexts.rst
|
|
common_kernel_clocks.rst
|
|
common_atomic.rst
|