Searched refs:arch_set_thread_context (Results 1 – 6 of 6) sorted by relevance
| /components/lwp/ |
| A D | lwp_arch_comm.h | 43 int arch_set_thread_context(void (*exit)(void), void *new_thread_stack,
|
| A D | lwp_syscall.c | 3439 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 D | lwp_arch.c | 101 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 D | lwp_gcc.S | 99 .global arch_set_thread_context 100 arch_set_thread_context: label
|
| /components/lwp/arch/risc-v/rv64/ |
| A D | lwp_arch.c | 160 int arch_set_thread_context(void (*exit)(void), void *new_thread_stack, in arch_set_thread_context() function
|
| /components/lwp/arch/x86/i386/ |
| A D | lwp_arch.c | 255 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 28 milliseconds