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>
This commit is contained in:
parent
a6c11231ad
commit
61fa627f74
7 changed files with 28 additions and 27 deletions
|
@ -13,6 +13,6 @@ nanokernel applications.
|
|||
microkernel_tasks
|
||||
microkernel_timers
|
||||
microkernel_memory
|
||||
microkernel_signaling
|
||||
microkernel_synchronization
|
||||
microkernel_data
|
||||
microkernel_task_irqs.rst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue