zephyr/kernel
Andrei Emeltchenko 377456c5af kernel: Move LOCKED() macro to kernel_internal.h
Remove duplication in the code by moving macro LOCKED() to the correct
kernel_internal.h header.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2021-02-22 14:56:37 -05:00
..
include kernel: Move LOCKED() macro to kernel_internal.h 2021-02-22 14:56:37 -05:00
CMakeLists.txt kernel: add condition variables 2021-01-19 08:55:47 -05:00
Kconfig kernel: Decouple TICKS_PER_SEC from TICKLESS_CAPABLE 2021-02-04 12:34:23 -05:00
atomic_c.c
banner.c
cache_handlers.c cache: Expand the APIs for cache flushing 2021-01-19 14:31:02 -05:00
compiler_stack_protect.c tests: coverage: exclude the CODE UNREACHABLE of code coverage 2021-01-15 12:42:00 -05:00
condvar.c kernel: add vrfy hooks to support userspace with condvar 2021-01-19 08:55:47 -05:00
device.c device: store device pm busy status in the state structure 2021-02-19 10:11:20 -05:00
errno.c
fatal.c debug: coredump: remove z_ prefix for stuff used outside subsys 2021-01-21 22:08:59 -05:00
futex.c
idle.c power: Remove power management conditionals from code 2021-01-22 09:31:20 -05:00
init.c device: perform dynamic device initialization during system startup 2021-02-19 10:11:20 -05:00
kheap.c
mailbox.c
mem_domain.c tests: coverage: exclude the CODE UNREACHABLE of code coverage 2021-01-15 12:42:00 -05:00
mem_slab.c
mempool.c z_heap_aligned_alloc(): avoid memory wastage 2021-01-22 10:04:43 -05:00
mmu.c kernel: mmu: Fix trivial typos 2021-02-04 14:00:36 -05:00
msg_q.c
mutex.c
pipes.c
poll.c kernel/poll: Remove dummy waitq from stack 2021-02-11 14:47:40 -05:00
queue.c
sched.c kernel: Move LOCKED() macro to kernel_internal.h 2021-02-22 14:56:37 -05:00
sem.c
smp.c tests: coverage: exclude the CODE UNREACHABLE of code coverage 2021-01-15 12:42:00 -05:00
stack.c
system_work_q.c
thread.c kernel: thread: do not assert on tests 2021-02-22 14:36:06 -05:00
thread_abort.c tests: coverage: exclude the CODE UNREACHABLE of code coverage 2021-01-15 12:42:00 -05:00
timeout.c kernel: Move LOCKED() macro to kernel_internal.h 2021-02-22 14:56:37 -05:00
timer.c kernel: const-qualify objects used to calculate delay values 2021-01-22 08:05:26 -06:00
userspace.c kernel: userspace: aligned memory allocation for dynamic objects 2021-01-13 09:43:55 -08:00
userspace_handler.c
version.c
work_q.c kernel: Remove CONFIG_LEGACY_TIMEOUT_API 2021-01-14 21:33:16 -05:00
xip.c linker: arm: Add cortex_m itcm section 2021-01-15 14:51:20 +01:00