Home
last modified time | relevance | path

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

/components/lwp/arch/risc-v/rv64/
A Dlwp_arch.c161 void *user_stack, void **thread_sp) in arch_set_thread_context() argument
166 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()
/components/lwp/arch/aarch64/cortex-a/
A Dlwp_arch.c102 void *user_stack, void **thread_sp) in arch_set_thread_context() argument
118 *thread_sp = thread_frame; in arch_set_thread_context()
/components/lwp/
A Dlwp_arch_comm.h44 void *user_stack, void **thread_sp);
/components/lwp/arch/x86/i386/
A Dlwp_arch.c255 …rch_set_thread_context(void *exit_addr, void *new_thread_stack, void *user_stack, void **thread_sp) in arch_set_thread_context() argument
274 *thread_sp = (void *)&context->ebp; in arch_set_thread_context()

Completed in 9 milliseconds