zephyr/samples/microkernel/test
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
..
test_bluetooth initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
test_critical Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
test_events Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
test_fifo Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
test_fifo_priv testcases: use SOURCE_DIR instead of relative #include 2016-02-05 20:15:25 -05:00
test_fp_sharing clarify use of term 'context' 2016-02-05 20:15:27 -05:00
test_libs Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
test_mail Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
test_mail_priv testcases: use SOURCE_DIR instead of relative #include 2016-02-05 20:15:25 -05:00
test_map Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
test_map_priv testcases: use SOURCE_DIR instead of relative #include 2016-02-05 20:15:25 -05:00
test_mutex Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
test_pipe Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
test_pipe_priv testcases: use SOURCE_DIR instead of relative #include 2016-02-05 20:15:25 -05:00
test_pool Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
test_rand32 Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
test_sema Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
test_sema_priv testcases: use SOURCE_DIR instead of relative #include 2016-02-05 20:15:25 -05:00
test_sprintf Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
test_stackprot Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
test_static_idt clarify use of term 'context' 2016-02-05 20:15:27 -05:00
test_task test_task: improve task_sleep test reliability on QEMU 2016-02-05 20:15:25 -05:00
test_task_irq Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
test_task_priv testcases: use SOURCE_DIR instead of relative #include 2016-02-05 20:15:25 -05:00
test_tickless Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
test_timer HACK: include fifo_timeout.c a different way 2016-02-05 20:15:24 -05:00
test_xip Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00