Searched refs:arch_fork_arg (Results 1 - 19 of 19) sorted by relevance

/haiku/headers/private/kernel/arch/m68k/
H A Darch_thread_types.h33 struct arch_fork_arg { struct
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_thread_types.h33 struct arch_fork_arg { struct
/haiku/headers/private/kernel/arch/ppc/
H A Darch_thread_types.h35 struct arch_fork_arg { struct
/haiku/headers/private/kernel/arch/sparc/
H A Darch_thread_types.h37 struct arch_fork_arg { struct
/haiku/headers/private/kernel/arch/arm64/
H A Darch_thread_types.h32 struct arch_fork_arg { struct
/haiku/headers/private/kernel/arch/
H A Dthread.h35 void arch_store_fork_frame(struct arch_fork_arg *arg);
36 void arch_restore_fork_frame(struct arch_fork_arg *arg);
/haiku/headers/private/kernel/arch/x86/
H A Darch_thread_types.h81 struct arch_fork_arg { struct
/haiku/src/system/kernel/arch/sparc/
H A Darch_thread.cpp142 * arch_fork_arg structure to be passed to arch_restore_fork_frame().
147 arch_store_fork_frame(struct arch_fork_arg *arg)
153 * arch_fork_arg structure.
161 arch_restore_fork_frame(struct arch_fork_arg *arg)
/haiku/headers/private/kernel/arch/arm/
H A Darch_thread_types.h65 struct arch_fork_arg { struct
/haiku/src/system/kernel/arch/ppc/
H A Darch_thread.cpp235 * arch_fork_arg structure to be passed to arch_restore_fork_frame().
240 arch_store_fork_frame(struct arch_fork_arg *arg)
246 * arch_fork_arg structure.
254 arch_restore_fork_frame(struct arch_fork_arg *arg)
/haiku/src/system/kernel/arch/x86/
H A Darch_thread.cpp254 arch_fork_arg structure to be passed to arch_restore_fork_frame().
258 arch_store_fork_frame(struct arch_fork_arg* arg)
271 arch_fork_arg structure.
282 arch_restore_fork_frame(struct arch_fork_arg* arg)
/haiku/src/system/kernel/arch/m68k/
H A Darch_thread.cpp258 * arch_fork_arg structure to be passed to arch_restore_fork_frame().
263 arch_store_fork_frame(struct arch_fork_arg *arg)
269 * arch_fork_arg structure.
277 arch_restore_fork_frame(struct arch_fork_arg *arg)
/haiku/src/system/kernel/arch/arm64/
H A Darch_thread.cpp168 arch_store_fork_frame(struct arch_fork_arg *arg)
175 arch_restore_fork_frame(struct arch_fork_arg *arg)
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_thread_types.h85 struct arch_fork_arg { struct
/haiku/headers/private/kernel/
H A Dthread.h24 struct arch_fork_arg;
50 arch_fork_arg* forkArgs; // If non-NULL, the userland thread
/haiku/src/system/kernel/arch/arm/
H A Darch_thread.cpp347 * arch_fork_arg structure to be passed to arch_restore_fork_frame().
351 arch_store_fork_frame(struct arch_fork_arg *arg)
364 * arch_fork_arg structure.
371 arch_restore_fork_frame(struct arch_fork_arg *arg)
/haiku/src/system/kernel/arch/riscv64/
H A Darch_thread.cpp313 * arch_fork_arg structure to be passed to arch_restore_fork_frame().
318 arch_store_fork_frame(struct arch_fork_arg *arg)
333 * arch_fork_arg structure.
341 arch_restore_fork_frame(struct arch_fork_arg *arg)
/haiku/src/system/kernel/
H A Dthread.cpp113 arch_fork_arg* forkArgs;
684 arch_fork_arg archArgs = *args->forkArgs;
H A Dteam.cpp2108 arch_fork_arg* forkArgs;
2157 forkArgs = (arch_fork_arg*)malloc(sizeof(arch_fork_arg));

Completed in 231 milliseconds