/haiku/headers/private/kernel/arch/ |
H A D | thread.h | 35 void arch_store_fork_frame(struct arch_fork_arg *arg); 36 void arch_restore_fork_frame(struct arch_fork_arg *arg);
|
/haiku/src/system/kernel/arch/sparc/ |
H A D | arch_thread.cpp | 147 arch_store_fork_frame(struct arch_fork_arg *arg) in arch_store_fork_frame() 161 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame()
|
/haiku/headers/private/kernel/arch/m68k/ |
H A D | arch_thread_types.h | 33 struct arch_fork_arg { struct
|
/haiku/headers/private/kernel/arch/ppc/ |
H A D | arch_thread_types.h | 35 struct arch_fork_arg { struct
|
/haiku/headers/private/kernel/arch/sparc/ |
H A D | arch_thread_types.h | 37 struct arch_fork_arg { struct
|
/haiku/headers/private/kernel/arch/mipsel/ |
H A D | arch_thread_types.h | 33 struct arch_fork_arg { struct
|
/haiku/headers/private/kernel/arch/arm64/ |
H A D | arch_thread_types.h | 32 struct arch_fork_arg { struct
|
/haiku/src/system/kernel/arch/arm64/ |
H A D | arch_thread.cpp | 170 arch_store_fork_frame(struct arch_fork_arg *arg) in arch_store_fork_frame() 177 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame()
|
/haiku/src/system/kernel/arch/ppc/ |
H A D | arch_thread.cpp | 240 arch_store_fork_frame(struct arch_fork_arg *arg) in arch_store_fork_frame() 254 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame()
|
/haiku/src/system/kernel/arch/m68k/ |
H A D | arch_thread.cpp | 263 arch_store_fork_frame(struct arch_fork_arg *arg) in arch_store_fork_frame() 277 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame()
|
/haiku/headers/private/kernel/arch/x86/ |
H A D | arch_thread_types.h | 81 struct arch_fork_arg { struct
|
/haiku/src/system/kernel/arch/x86/ |
H A D | arch_thread.cpp | 258 arch_store_fork_frame(struct arch_fork_arg* arg) in arch_store_fork_frame() 282 arch_restore_fork_frame(struct arch_fork_arg* arg) in arch_restore_fork_frame()
|
/haiku/headers/private/kernel/arch/arm/ |
H A D | arch_thread_types.h | 65 struct arch_fork_arg { struct
|
/haiku/headers/private/kernel/arch/riscv64/ |
H A D | arch_thread_types.h | 85 struct arch_fork_arg { struct
|
/haiku/headers/private/kernel/ |
H A D | thread.h | 24 struct arch_fork_arg; 50 arch_fork_arg* forkArgs; // If non-NULL, the userland thread
|
/haiku/src/system/kernel/arch/arm/ |
H A D | arch_thread.cpp | 351 arch_store_fork_frame(struct arch_fork_arg *arg) in arch_store_fork_frame() 371 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame()
|
/haiku/src/system/kernel/arch/riscv64/ |
H A D | arch_thread.cpp | 318 arch_store_fork_frame(struct arch_fork_arg *arg) in arch_store_fork_frame() 341 arch_restore_fork_frame(struct arch_fork_arg *arg) in arch_restore_fork_frame()
|
/haiku/src/system/kernel/ |
H A D | team.cpp | 2113 arch_fork_arg* forkArgs; in fork_team() 2162 forkArgs = (arch_fork_arg*)malloc(sizeof(arch_fork_arg)); in fork_team()
|
H A D | thread.cpp | 113 arch_fork_arg* forkArgs; 685 arch_fork_arg archArgs = *args->forkArgs; in enter_userspace()
|