zephyr/kernel/unified
Allan Stephens 4aef71b9f6 unified: Finish adding thread monitoring support
Existing code wasn't removing a thread from the kernel's list
of active threads if the thread terminated or aborted. (It did
remove it if the delayed starting of a thread was cancelled.)

Change-Id: Icc97917e33765696480d0e9bf31e882ef555d095
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-10-26 17:03:13 +00:00
..
include kernel: Revise thread monitoring exit API naming 2016-10-26 17:03:12 +00:00
atomic_c.c
compiler_stack_protect.c
device.c device_pm: Update control function name and doc to indicate PM specific 2016-10-21 23:32:52 +00:00
errno.c
event_logger.c
event.c
fifo.c unified: rename sched.h to ksched.h 2016-10-14 20:49:36 +00:00
idle.c unified: idle.c to include power.h 2016-10-21 15:59:44 +00:00
init.c unified: Fix bug in invocation of init functions 2016-10-18 15:29:17 +00:00
int_latency_bench.c
Kconfig unified: Support heap memory pool 2016-10-25 00:10:34 +00:00
kernel_event_logger.c
legacy_offload.c unified: Eliminate thread config structure used by work queues 2016-10-25 00:10:34 +00:00
legacy_timer.c unified: Eliminate kernel's 'legacy' directory 2016-10-21 15:33:30 +00:00
lifo.c unified: rename sched.h to ksched.h 2016-10-14 20:49:36 +00:00
mailbox.c unified: Relocate mailbox doxygen style function headers 2016-10-15 07:41:23 +00:00
Makefile kernel: Relocate ring buffer suppport to 'misc' directory 2016-10-21 15:33:31 +00:00
mem_map.c unified: Memory map APIs to use size_t 2016-10-21 15:33:45 +00:00
mem_pool.c unified: Support heap memory pool 2016-10-25 00:10:34 +00:00
msg_q.c unified: msgqs to use size_t 2016-10-20 15:20:40 -04:00
mutex.c
pipes.c unified: Tweak pipe API parameters 2016-10-15 07:09:58 +00:00
sched.c unified: Ensure delays do not time out prematurely 2016-10-21 15:33:29 +00:00
sem.c unified: rename sched.h to ksched.h 2016-10-14 20:49:36 +00:00
stack.c unified: rename sched.h to ksched.h 2016-10-14 20:49:36 +00:00
sys_clock.c
thread_abort.c unified: Finish adding thread monitoring support 2016-10-26 17:03:13 +00:00
thread.c kernel: Add interrupt locking to thread monitoring exit API 2016-10-26 17:03:13 +00:00
timer.c unified: Ensure delays do not time out prematurely 2016-10-21 15:33:29 +00:00
version.c
work_q.c unified: Eliminate thread config structure used by work queues 2016-10-25 00:10:34 +00:00