zephyr/kernel
Peter Bigot 8162e586e3 kernel: sched: assert when k_sleep invoked from interrupt context
Fix a gap where k_sleep(K_FOREVER) could execute a code path that
would not verify that the call was not from interrupt context.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2019-12-13 15:47:43 -05:00
..
include doc: Fix warnings associated with 'unbalanced grouping commands' 2019-12-12 12:39:35 -06:00
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c kernel: init: provide access to kernel startup state 2019-12-11 14:45:40 -08:00
errno.c
fatal.c
futex.c
idle.c
init.c kernel: init: simplify boot banner printing 2019-11-29 07:52:16 -05:00
Kconfig kernel: Kconfig: Define dependencies for STACK_CANARIES 2019-11-15 10:13:15 -06:00
Kconfig.power_mgmt
mailbox.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
mem_domain.c kernel: fix k_mem_partition data types 2019-12-12 14:48:42 -08:00
mem_slab.c
mempool.c
msg_q.c
mutex.c kernel/mutex: Fix races, make unlock rescheduling 2019-12-03 12:33:17 -06:00
pipes.c
poll.c
queue.c
sched.c kernel: sched: assert when k_sleep invoked from interrupt context 2019-12-13 15:47:43 -05:00
sem.c
smp.c
stack.c
system_work_q.c
thread_abort.c
thread.c kernel: don't use u32_t for data sizes 2019-12-12 14:48:42 -08:00
timeout.c
timer.c
userspace_handler.c
userspace.c kernel: fix some bad casts in userspace.c 2019-12-12 14:48:42 -08:00
version.c
work_q.c