mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 08:31:57 +00:00
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> |
||
---|---|---|
.. | ||
offsets | ||
CMakeLists.txt | ||
cpu_idle.c | ||
fatal.c | ||
irq_manage.c | ||
irq_offload.c | ||
isr.S | ||
prep_c.c | ||
reset.S | ||
swap.S | ||
thread.c |