Searched refs:thread_sp (Results 1 – 4 of 4) sorted by relevance
161 void *user_stack, void **thread_sp) in arch_set_thread_context() argument166 RT_ASSERT(thread_sp != RT_NULL); in arch_set_thread_context()191 rt_thread_t thread = rt_container_of((unsigned long)thread_sp, struct rt_thread, sp); in arch_set_thread_context()225 *thread_sp = (void *)stk; in arch_set_thread_context()
102 void *user_stack, void **thread_sp) in arch_set_thread_context() argument118 *thread_sp = thread_frame; in arch_set_thread_context()
44 void *user_stack, void **thread_sp);
255 …rch_set_thread_context(void *exit_addr, void *new_thread_stack, void *user_stack, void **thread_sp) in arch_set_thread_context() argument274 *thread_sp = (void *)&context->ebp; in arch_set_thread_context()
Completed in 9 milliseconds