zephyr/kernel/unified
Allan Stephens 72efec3d2b doc: Fix up API descriptions for kernel event logger
Prepares the kernel event logger APIs for inclusion in the
API guide. Also corrects a couple of other issues:

* Gets rid of obsolete thread monitor code.
* Renames "timer_func" global variable to "_sys_k_timer_func"
  to align it with kernel naming conventions.

Change-Id: I93d403f83ae44ff45dda489c2ead7bfec6ce1fa3
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-11-18 23:17:50 +00:00
..
include kernel: fix obsolete access to fields in K_DEBUG() calls 2016-11-18 23:08:47 +00:00
Kconfig kernel: remove v2 usage and rename KERNEL_V2_DEBUG 2016-11-18 19:00:34 +00:00
Makefile unified: dissociate system workqueue from common workqueue module 2016-11-04 22:39:54 +00:00
alert.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
atomic_c.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
compiler_stack_protect.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
device.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
errno.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
event_logger.c kernel: Ensure event logger APIs convert timeouts to millseconds 2016-11-18 23:17:49 +00:00
fifo.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
idle.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
init.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
int_latency_bench.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
kernel_event_logger.c doc: Fix up API descriptions for kernel event logger 2016-11-18 23:17:50 +00:00
legacy_offload.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
legacy_timer.c kernel: export k_sched_lock and k_sched_unlock. 2016-11-10 23:18:55 +00:00
lifo.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
mailbox.c kernel: fix mailbox usage of SYS_DLIST_FOR_EACH_NODE() 2016-11-12 21:16:01 +00:00
mem_pool.c kernel: Enhance naming of memory pool configuration options 2016-11-16 21:43:17 +00:00
mem_slab.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
msg_q.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
mutex.c kernel: fix obsolete access to fields in K_DEBUG() calls 2016-11-18 23:08:47 +00:00
pipes.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
sched.c kernel: fix obsolete access to fields in K_DEBUG() calls 2016-11-18 23:08:47 +00:00
sem.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
stack.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
sys_clock.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
system_work_q.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
thread.c kernel: fix thread prio and stack size types in some APIs 2016-11-18 23:08:46 +00:00
thread_abort.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
timer.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
version.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
work_q.c kernel: fix thread prio and stack size types in some APIs 2016-11-18 23:08:46 +00:00