zephyr/kernel/microkernel
Yonattan Louise 7e671a63ef Rename microkernel struct field 'Async' to 'async'.
Rename field 'Async' of the structs:
- '_pipe_req_arg' in the file kernel/microkernel/include/micro_private_types.h
- '_pipe_ack_arg' in the file kernel/microkernel/include/micro_private_types.h

Change-Id: I44d2f72b36809b2acc1225e351bdd16bbd0322bc
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:15:31 -05:00
..
include Rename microkernel struct field 'Async' to 'async'. 2016-02-05 20:15:31 -05:00
k_command_packet.c Rename microkernel struct field 'cmdPkt' to 'command_packet'. 2016-02-05 20:15:30 -05:00
k_event.c Rename microkernel struct field 'Count' to 'count'. 2016-02-05 20:15:29 -05:00
k_fifo.c Rename microkernel struct field 'Hmark' to 'high_watermark'. 2016-02-05 20:15:29 -05:00
k_idle.c Rename microkernel struct field 'Args' to 'args'. 2016-02-05 20:15:29 -05:00
k_init.c microkernel: rename _k_server parameters 2016-02-05 20:15:21 -05:00
k_irq.c Rename struct field 'taskId' to 'task_id'. 2016-02-05 20:15:30 -05:00
k_mailbox.c Rename microkernel struct field 'Count' to 'count'. 2016-02-05 20:15:29 -05:00
k_memory_map.c Rename microkernel struct field 'Free' to 'free'. 2016-02-05 20:15:30 -05:00
k_memory_pool.c Rename microkernel struct field 'Count' to 'count'. 2016-02-05 20:15:29 -05:00
k_move_data.c Rename microkernel struct field 'Next' to 'next'. 2016-02-05 20:15:29 -05:00
k_mutex.c Rename microkernel struct field 'Confl' to 'num_conflicts'. 2016-02-05 20:15:29 -05:00
k_nop.c microkernel: rename K_swapper to _k_server 2016-02-05 20:15:21 -05:00
k_offload.c Rename microkernel struct field 'Args' to 'args'. 2016-02-05 20:15:29 -05:00
k_pipe_buffer.c Rename microkernel struct field 'pData' to 'data_ptr'. 2016-02-05 20:15:30 -05:00
k_pipe_get.c Rename microkernel struct field 'Sync' to 'sync'. 2016-02-05 20:15:31 -05:00
k_pipe_put.c Rename microkernel struct field 'Async' to 'async'. 2016-02-05 20:15:31 -05:00
k_pipe_util.c Rename microkernel struct field 'ReqInfo' to 'req_info'. 2016-02-05 20:15:30 -05:00
k_pipe_xfer.c Rename microkernel struct field 'iSizeTotal' to 'total_size'. 2016-02-05 20:15:30 -05:00
k_pipe.c Rename microkernel struct field 'Async' to 'async'. 2016-02-05 20:15:31 -05:00
k_semaphore.c Rename microkernel struct field 'Count' to 'count'. 2016-02-05 20:15:29 -05:00
k_server.c Rename microkernel struct field 'Head' to 'head'. 2016-02-05 20:15:30 -05:00
k_task_monitor.c Rename microkernel struct field 'Args' to 'args'. 2016-02-05 20:15:29 -05:00
k_task.c Rename microkernel struct field 'Tail' to 'tail'. 2016-02-05 20:15:30 -05:00
k_ticker.c Rename microkernel struct field 'Args' to 'args'. 2016-02-05 20:15:29 -05:00
k_timer.c Rename microkernel struct field 'Args' to 'args'. 2016-02-05 20:15:29 -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