zephyr/kernel/include
Tom Burdick 2b5012a5d9 kernel: Move run queue initialization
Move the initialization of the priority q for running out of sched.c to
remove one more ifdef from sched.c. No change in functionality but
better matches the rest of sched.c and priority_q.h such that the
ifdefry needed is done in in priority_q.h.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2024-11-16 15:20:15 -05:00
..
gen_offset.h
ipi.h
kernel_arch_interface.h arch: add interface to dump privileged stack in coredump 2024-09-21 11:29:39 +02:00
kernel_internal.h
kernel_offsets.h arch: riscv: fill all IRQ stacks with 0xAA 2024-09-13 09:17:34 +02:00
kernel_tls.h
ksched.h kernel: Begin abstracting out _sched_spinlock 2024-10-21 18:38:00 -05:00
kswap.h
kthread.h kernel: Re-order should_preempt() checks 2024-10-21 18:38:00 -05:00
mmu.h
offsets_short.h
priority_q.h kernel: Move run queue initialization 2024-11-16 15:20:15 -05:00
timeout_q.h
wait_q.h