Home
last modified time | relevance | path

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

/components/lwp/
A Dlwp_arch_comm.h43 int arch_set_thread_context(void (*exit)(void), void *new_thread_stack,
A Dlwp_syscall.c3439 arch_set_thread_context(arch_clone_exit, in _sys_clone()
3660 arch_set_thread_context(arch_fork_exit, in _sys_fork()
/components/lwp/arch/aarch64/cortex-a/
A Dlwp_arch.c101 int arch_set_thread_context(void (*exit)(void), void *new_thread_stack, in arch_set_thread_context() function
/components/lwp/arch/arm/cortex-a/
A Dlwp_gcc.S99 .global arch_set_thread_context
100 arch_set_thread_context: label
/components/lwp/arch/risc-v/rv64/
A Dlwp_arch.c160 int arch_set_thread_context(void (*exit)(void), void *new_thread_stack, in arch_set_thread_context() function
/components/lwp/arch/x86/i386/
A Dlwp_arch.c255 void arch_set_thread_context(void *exit_addr, void *new_thread_stack, void *user_stack, void **thre… in arch_set_thread_context() function

Completed in 24 milliseconds