zephyr/kernel
Andrew Boie 26d1eb38e6 stack_sentinel: remove check in _new_thread
We already check the stack sentinel for outgoing thread when we _Swap,
just leverage that.

The thread state check in _check_stack_sentinel now only exits if the
current thread is a dummy thread.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-09-12 12:32:00 -07:00
..
include kernel: declare interface for checking buffers 2017-09-12 08:40:41 -07:00
alert.c kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00
atomic_c.c
compiler_stack_protect.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
device.c
errno.c
idle.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
init.c cleanup: Move #include directives 2017-09-11 12:41:07 -04:00
int_latency_bench.c
Kconfig kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00
Kconfig.event_logger
Kconfig.power_mgmt
mailbox.c kernel: Use SYS_DLIST_FOR_EACH_CONTAINER whenever possible 2017-08-25 09:08:50 -04:00
Makefile kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00
mem_slab.c kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00
mempool.c mem_pool: Don't check level_empty() before breaking a block 2017-07-31 09:14:59 -07:00
msg_q.c kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00
mutex.c kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00
pipes.c kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00
poll.c poll: Enable multiple threads to use k_poll in the same object 2017-08-25 09:00:46 -04:00
pthread.c kernel: POSIX thread IPC support 2017-08-15 19:42:07 -04:00
queue.c poll: Enable multiple threads to use k_poll in the same object 2017-08-25 09:00:46 -04:00
sched.c kernel: Use SYS_DLIST_FOR_EACH_CONTAINER whenever possible 2017-08-25 09:08:50 -04:00
sem.c kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00
stack.c kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00
sys_clock.c cleanup: Move #include directives 2017-09-11 12:41:07 -04:00
system_work_q.c
thread_abort.c k_thread_abort(): assert if abort essential thread 2017-09-07 16:35:16 -07:00
thread.c stack_sentinel: remove check in _new_thread 2017-09-12 12:32:00 -07:00
timer.c kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00
userspace.c kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00
version.c kernel: version: no need to store version in RAM 2017-09-07 16:34:50 -07:00
work_q.c kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00