zephyr/kernel/microkernel
Benjamin Walsh 0dcad8331b clarify use of term 'context'
The term 'context' is vague and overloaded. Its usage for 'an execution
context' is now referred as such, in both comments and some APIs' names.
When the execution context can only be a fiber or a task (i.e. not an
ISR), it is referred to as a 'thread', again in comments and everywhere
in the code.

APIs that had their names changed:

  - nano_context_id_t is now nano_thread_id_t
  - context_self_get() is now sys_thread_self_get()
  - context_type_get() is now sys_execution_context_type_get()
  - context_custom_data_set/get() are now
    sys_thread_custom_data_set/get()

The 'context' prefix namespace does not have to be reserved by the
kernel anymore.

The Context Control Structure (CCS) data structure is now the Thread
Control Structure (TCS):

  - struct ccs is now struct tcs
  - tCCS is now tTCS

Change-Id: I7526a76c5b01e7c86333078e2d2e77c9feef5364
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:15:27 -05:00
..
include microkernel: rename K_CREF.proc to 'task' 2016-02-05 20:15:27 -05:00
k_command_packet.c irq: do not use _inline versions of irq_lock/unlock 2016-02-05 20:15:21 -05:00
k_event.c microkernel: rename K_CREF.proc to 'task' 2016-02-05 20:15:27 -05:00
k_fifo.c microkernel: rename K_CREF.proc to 'task' 2016-02-05 20:15:27 -05:00
k_idle.c clarify use of term 'context' 2016-02-05 20:15:27 -05:00
k_init.c microkernel: rename _k_server parameters 2016-02-05 20:15:21 -05:00
k_irq.c microkernel: rename K_swapper to _k_server 2016-02-05 20:15:21 -05:00
k_mailbox.c microkernel: rename K_CREF.proc to 'task' 2016-02-05 20:15:27 -05:00
k_memory_map.c microkernel: rename K_CREF.proc to 'task' 2016-02-05 20:15:27 -05:00
k_memory_pool.c microkernel: rename K_CREF.proc to 'task' 2016-02-05 20:15:27 -05:00
k_move_data.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
k_mutex.c microkernel: rename K_CREF.proc to 'task' 2016-02-05 20:15:27 -05:00
k_nop.c microkernel: rename K_swapper to _k_server 2016-02-05 20:15:21 -05:00
k_offload.c microkernel: rename K_swapper to _k_server 2016-02-05 20:15:21 -05:00
k_pipe_buffer.c microkernel: redefine pipe object identifier type 2016-02-05 20:15:18 -05:00
k_pipe_get.c microkernel: rename K_CREF.proc to 'task' 2016-02-05 20:15:27 -05:00
k_pipe_put.c microkernel: rename K_CREF.proc to 'task' 2016-02-05 20:15:27 -05:00
k_pipe_util.c Revise 'channel' comments in microkernel's pipe code 2016-02-05 20:14:37 -05:00
k_pipe_xfer.c microkernel: rename K_CREF.proc to 'task' 2016-02-05 20:15:27 -05:00
k_pipe.c pipes/mailboxes: rename functions using mem blocks 2016-02-05 20:15:21 -05:00
k_semaphore.c microkernel: rename K_CREF.proc to 'task' 2016-02-05 20:15:27 -05:00
k_server.c clarify use of term 'context' 2016-02-05 20:15:27 -05:00
k_task_monitor.c microkernel: rename k_proc to k_task 2016-02-05 20:15:27 -05:00
k_task.c clarify use of term 'context' 2016-02-05 20:15:27 -05:00
k_ticker.c irq: do not use _inline versions of irq_lock/unlock 2016-02-05 20:15:21 -05:00
k_timer.c microkernel: rename K_CREF.proc to 'task' 2016-02-05 20:15:27 -05:00
Kconfig microkernel: rename K_swapper to _k_server 2016-02-05 20:15:21 -05:00
Makefile Rename microkernel's global.c to k_init.c 2016-02-05 20:14:25 -05:00