Home
last modified time | relevance | path

Searched defs:old_thread (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/arch/
Darch_interface.h936 static inline void arch_cohere_stacks(struct k_thread *old_thread, in arch_cohere_stacks()
/Zephyr-latest/arch/sparc/core/
Dthread.c62 void *z_arch_get_next_switch_handle(struct k_thread **old_thread) in z_arch_get_next_switch_handle()
/Zephyr-latest/arch/xtensa/include/
Dkernel_arch_func.h42 static ALWAYS_INLINE void arch_cohere_stacks(struct k_thread *old_thread, in arch_cohere_stacks()
/Zephyr-latest/kernel/include/
Dkswap.h81 struct k_thread *new_thread, *old_thread; in do_swap() local
/Zephyr-latest/arch/arc/core/
Dthread.c211 void *z_arch_get_next_switch_handle(struct k_thread **old_thread) in z_arch_get_next_switch_handle()
218 void *z_arch_get_next_switch_handle(struct k_thread **old_thread) in z_arch_get_next_switch_handle()
/Zephyr-latest/kernel/
Dsched.c851 struct k_thread *old_thread = _current, *new_thread; in z_get_next_switch_handle() local