zephyr/kernel/microkernel
Allan Stephens 839fb27f41 Cosmetic changes to microkernel task status flags
Revises names and/or descriptions to bring them up to date.

Change-Id: I5c1db102bfa0156526f1524084f5802e6df52a52
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:14:15 -05:00
..
include Cosmetic changes to microkernel task status flags 2016-02-05 20:14:15 -05:00
cmdPkt.c Eliminate obsolete coding convention comments 2016-02-05 20:14:14 -05:00
global.c Statically initialize _k_command_stack 2016-02-05 20:14:14 -05:00
idle.c Eliminate cputype.h and its arch-specific derivatives 2016-02-05 20:14:15 -05:00
k_event.c
k_irq.c
k_mbox.c Add missing #includes required to reference non-kernel APIs 2016-02-05 20:14:14 -05:00
k_memmap.c
k_mempool.c
k_mutex.c Eliminate obsolete coding convention comments 2016-02-05 20:14:14 -05:00
k_nop.c
k_offload.c
k_pipe_buffer.c Eliminate non-standard boolean type support 2016-02-05 20:14:14 -05:00
k_pipe_get.c
k_pipe_put.c Eliminate non-standard boolean type support 2016-02-05 20:14:14 -05:00
k_pipe_util.c Eliminate references to k_memset() and k_memcpy() 2016-02-05 20:14:12 -05:00
k_pipe_xfer.c Add missing #includes required to reference non-kernel APIs 2016-02-05 20:14:14 -05:00
k_pipe.c Add missing #includes required to reference non-kernel APIs 2016-02-05 20:14:14 -05:00
k_queue.c Eliminate references to k_memset() and k_memcpy() 2016-02-05 20:14:12 -05:00
k_sema.c Eliminate obsolete coding convention comments 2016-02-05 20:14:14 -05:00
k_task.c Initialize stack area in _NewContext() 2016-02-05 20:14:14 -05:00
k_timer.c k_timer optimization: INVALID_OBJECT can not be returned 2016-02-05 20:14:13 -05:00
Kconfig
Makefile Use ccflags-y and asflags-y instead of EXTRA_CFLAGS 2016-02-05 20:14:14 -05:00
movedata.c Eliminate obsolete coding convention comments 2016-02-05 20:14:14 -05:00
server.c Refactor _Cget() to invoke _NanoFatalErrorHandler() 2016-02-05 20:14:13 -05:00
task_monitor.c Don't expose APIs for experimental task monitoring capability 2016-02-05 20:14:15 -05:00
ticker.c