Searched refs:switch_handle (Results 1 – 19 of 19) sorted by relevance
56 volatile void **shp = (void *)&thread->switch_handle; in z_sched_switch_spin()155 void *newsh = new_thread->switch_handle; in do_swap()162 new_thread->switch_handle = NULL; in do_swap()166 arch_switch(newsh, &old_thread->switch_handle); in do_swap()
62 GEN_OFFSET_SYM(_thread_t, switch_handle);
45 switch_handle); in arch_switch()
47 switch_handle); in arch_switch()
70 switch_handle); in arch_switch()
67 thread->switch_handle = thread; in arch_new_thread()
59 thread->switch_handle = thread; in arch_new_thread()
54 size_t nsp = (size_t) new_thread->switch_handle; in arch_cohere_stacks()
69 switch_handle); in arch_switch()
147 thread->switch_handle = thread; in arch_new_thread()
884 old_thread->switch_handle = NULL; in z_get_next_switch_handle()931 old_thread->switch_handle = interrupted; in z_get_next_switch_handle()932 ret = new_thread->switch_handle; in z_get_next_switch_handle()935 new_thread->switch_handle = NULL; in z_get_next_switch_handle()942 arch_current_thread()->switch_handle = interrupted; in z_get_next_switch_handle()944 return arch_current_thread()->switch_handle; in z_get_next_switch_handle()1348 arch_current_thread()->switch_handle = arch_current_thread(); in halt_thread()
574 __ASSERT(new_thread->switch_handle != NULL, in z_setup_new_thread()
346 void *switch_handle; member
132 thread->switch_handle = init_stack(thread, (int *)stack_ptr, entry, in arch_new_thread()
115 thread->switch_handle = thread; in arch_new_thread()
135 thread->switch_handle = thread; in arch_new_thread()
200 thread->switch_handle = thread; in arch_new_thread()
158 volatile void **shp = (void *)&thread->switch_handle; in wait_for_thread_to_switch_out()
351 "switch_handle" field after its context has fully been saved.