zephyr/kernel/microkernel/include
Benjamin Walsh bed144b179 microkernel: rename k_proc to k_task
k_proc was a legacy leftover that does not make any sense, since there
is no concept of a "process" in the system. Rather, that data structure
refers to a 'task control block', i.e. the representation of a task
execution context from the microkernel's point-of-view (not to confuse
with the 'struct ccs', the representation of a thread execution context,
from the nanokernel's point-of-view).

Change-Id: Ic29db565af023be629ce740bbcb652ece7dc359f
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:15:27 -05:00
..
k_pipe_buffer.h microkernel: redefine pipe object identifier type 2016-02-05 20:15:18 -05:00
k_pipe_util.h microkernel: redefine pipe object identifier type 2016-02-05 20:15:18 -05:00
kernel_main.h
micro_private_types.h microkernel: rename k_proc to k_task 2016-02-05 20:15:27 -05:00
micro_private.h microkernel: rename k_proc to k_task 2016-02-05 20:15:27 -05:00