Home
last modified time | relevance | path

Searched refs:z_get_next_switch_handle (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/arch/sparc/core/
Dthread.c66 return z_get_next_switch_handle(*old_thread); in z_arch_get_next_switch_handle()
/Zephyr-latest/arch/arm64/core/
Disr_wrapper.S143 bl z_get_next_switch_handle
/Zephyr-latest/kernel/include/
Dksched.h64 void *z_get_next_switch_handle(void *interrupted);
/Zephyr-latest/arch/arm/core/cortex_a_r/
Disr_wrapper.S361 bl z_get_next_switch_handle
/Zephyr-latest/arch/xtensa/core/
Dvector_handlers.c276 z_get_next_switch_handle(interrupted) : interrupted; in return_to()
/Zephyr-latest/arch/arc/core/
Dthread.c215 return z_get_next_switch_handle(NULL); in z_arch_get_next_switch_handle()
/Zephyr-latest/arch/riscv/core/
Disr.S87 GTEXT(z_get_next_switch_handle)
701 call z_get_next_switch_handle
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst334 to call :c:func:`z_get_next_switch_handle` to retrieve the next thread to
335 run from the scheduler. The argument to :c:func:`z_get_next_switch_handle`
346 :c:func:`z_get_next_switch_handle` to determine if there is a new thread
355 :c:func:`z_get_next_switch_handle` and be done in one step.
/Zephyr-latest/kernel/
Dsched.c843 void *z_get_next_switch_handle(void *interrupted) in z_get_next_switch_handle() function
/Zephyr-latest/arch/x86/core/intel64/
Dlocore.S834 call z_get_next_switch_handle