zephyr/kernel/microkernel
Yonattan Louise a896d2f859 Rename microkernel struct field 'Forw' to 'next'.
Rename field 'Forw' of the structs:
- 'k_proc' in the file include/microkernel/base_api.h
- 'k_timer' in the file kernel/microkernel/include/micro_private_types.h
- 'k_args' in the file kernel/microkernel/include/micro_private_types.h

Change-Id: Ie45a71943dca9cb16b53bbc345d1ea16f8d7c50b
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:15:28 -05:00
..
include Rename microkernel struct field 'Forw' to 'next'. 2016-02-05 20:15:28 -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 Rename microkernel struct field 'Forw' to 'next'. 2016-02-05 20:15:28 -05:00
k_idle.c Profile low condition events. 2016-02-05 20:15:28 -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 Rename microkernel struct field 'Forw' to 'next'. 2016-02-05 20:15:28 -05:00
k_memory_map.c Rename microkernel struct field 'Forw' to 'next'. 2016-02-05 20:15:28 -05:00
k_memory_pool.c Rename microkernel struct field 'Forw' to 'next'. 2016-02-05 20:15:28 -05:00
k_move_data.c Rename microkernel struct field 'Forw' to 'next'. 2016-02-05 20:15:28 -05:00
k_mutex.c Rename microkernel struct field 'Forw' to 'next'. 2016-02-05 20:15:28 -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 Rename microkernel struct field 'Forw' to 'next'. 2016-02-05 20:15:28 -05:00
k_pipe_put.c Rename microkernel struct field 'Forw' to 'next'. 2016-02-05 20:15:28 -05:00
k_pipe_util.c Rename microkernel struct field 'Forw' to 'next'. 2016-02-05 20:15:28 -05:00
k_pipe_xfer.c Rename microkernel struct field 'Forw' to 'next'. 2016-02-05 20:15:28 -05:00
k_pipe.c pipes/mailboxes: rename functions using mem blocks 2016-02-05 20:15:21 -05:00
k_semaphore.c Rename microkernel struct field 'Forw' to 'next'. 2016-02-05 20:15:28 -05:00
k_server.c clarify use of term 'context' 2016-02-05 20:15:27 -05:00
k_task_monitor.c sys_clock: rename timer_read to _sys_clock_cycle_get 2016-02-05 20:15:27 -05:00
k_task.c Rename microkernel struct field 'Forw' to 'next'. 2016-02-05 20:15:28 -05:00
k_ticker.c sys_clock: move [nano|task]_cycle_get_32 to drivers 2016-02-05 20:15:27 -05:00
k_timer.c Rename microkernel struct field 'Forw' to 'next'. 2016-02-05 20:15:28 -05:00
Kconfig microkernel: re-institute CONFIG_OBJECT/THREAD_MONITOR 2016-02-05 20:15:27 -05:00
Makefile Rename microkernel's global.c to k_init.c 2016-02-05 20:14:25 -05:00