Home
last modified time | relevance | path

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

/Zephyr-latest/arch/sparc/include/
Dkernel_arch_func.h34 void z_sparc_context_switch(struct k_thread *newt, struct k_thread *oldt);
43 struct k_thread *newt = switch_to; in arch_switch() local
47 z_sparc_context_switch(newt, oldt); in arch_switch()