zephyr/kernel/include
Andrew Boie c0df99cc77 kernel: reduce scope of z_new_thread_init()
The core kernel z_setup_new_thread() calls into arch_new_thread(),
which calls back into the core kernel via z_new_thread_init().

Move everything that doesn't have to be in z_new_thread_init() to
z_setup_new_thread() and convert to an inline function.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-04-21 18:45:45 -04:00
..
gen_offset.h
kernel_arch_interface.h kernel: move timing externs to public header 2020-02-06 23:07:37 -05:00
kernel_internal.h kernel: reduce scope of z_new_thread_init() 2020-04-21 18:45:45 -04:00
kernel_offsets.h arch/x86/intel64: Fix assumption with dummy threads 2019-10-19 12:09:32 -07:00
ksched.h kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
kswap.h kernel/smp: arch/x86_64: Address race with CPU migration 2020-02-08 08:51:04 -05:00
offsets_short.h x86: implement interrupt stack trampoline 2019-02-14 12:46:36 -05:00