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>
19 lines
401 B
ReStructuredText
19 lines
401 B
ReStructuredText
.. _microkernel:
|
|
|
|
Microkernel Services
|
|
####################
|
|
|
|
This section describes the various services provided by the microkernel.
|
|
These services are available in microkernel applications, but not
|
|
nanokernel applications.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
microkernel_tasks
|
|
microkernel_timers
|
|
microkernel_memory
|
|
microkernel_synchronization
|
|
microkernel_data
|
|
microkernel_task_irqs.rst
|