zephyr/kernel/microkernel
Allan Stephens ef4521396e Don't expose APIs for experimental task monitoring capability
This feature is still under development, so it's APIs shouldn't
be publicly advertised yet. And while they are being relocated,
they are renamed to adhere to kernel coding conventions.

Change-Id: I7a41d98e2fbb3b975fa42814cf64854f8cc0b623
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:14:15 -05:00
..
include Don't expose APIs for experimental task monitoring capability 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 Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
k_irq.c Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
k_mbox.c Add missing #includes required to reference non-kernel APIs 2016-02-05 20:14:14 -05:00
k_memmap.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
k_mempool.c Fix coding style of control statements 2016-02-05 20:13:59 -05:00
k_mutex.c Eliminate obsolete coding convention comments 2016-02-05 20:14:14 -05:00
k_nop.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
k_offload.c Renaming K_offload to _k_offload_to_fiber 2016-02-05 20:13:48 -05:00
k_pipe_buffer.c Eliminate non-standard boolean type support 2016-02-05 20:14:14 -05:00
k_pipe_get.c Rename and relocate miscellaneous microkernel pipe files 2016-02-05 20:14:01 -05:00
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 Kbuild: Remove old API ksymbol disclaimer. 2016-02-05 20:14:10 -05:00
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 Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00