Home
last modified time | relevance | path

Searched refs:SYS_fork (Results 1 - 25 of 33) sorted by relevance

12

/third_party/musl/porting/linux/user/src/process/
H A Dvfork.c11 #ifdef SYS_fork in __vfork()
12 return syscall(SYS_fork); in __vfork()
H A D_Fork.c20 #ifdef SYS_fork in _Fork()
21 ret = __syscall(SYS_fork); in _Fork()
/third_party/musl/src/process/
H A Dvfork.c13 #ifdef SYS_fork in __vfork()
14 return syscall(SYS_fork); in __vfork()
H A D_Fork.c54 #ifdef SYS_fork in _Fork()
55 ret = __syscall(SYS_fork); in _Fork()
/third_party/musl/porting/liteos_a/user/src/process/
H A D_Fork.c19 #ifdef SYS_fork in _Fork()
20 ret = __syscall(SYS_fork); in _Fork()
/third_party/ltp/testcases/misc/crash/
H A Dcrash02.c454 * No SYS_fork(vfork) on IA-64. Instead, it uses, in in_blacklist()
461 * Could not find reference to SYS_fork(vfork) on mips32 in in_blacklist()
469 SYS_fork, in in_blacklist()
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h423 #define SYS_fork 2 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dnot_x32.rs136 pub const SYS_fork: ::c_long = 57; consts
H A Dx32.rs101 pub const SYS_fork: ::c_long = __X32_SYSCALL_BIT + 57; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Darm.rs157 pub const SYS_fork: ::c_long = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H A Dmod.rs270 pub const SYS_fork: ::c_long = 4000 + 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs383 pub const SYS_fork: ::c_int = 1079; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/
H A Dmod.rs153 pub const SYS_fork: ::c_long = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dpowerpc.rs429 pub const SYS_fork: ::c_long = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
H A Dmod.rs162 pub const SYS_fork: ::c_long = 4000 + 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
H A Dmod.rs465 pub const SYS_fork: ::c_long = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/x86_64/
H A Dmod.rs454 pub const SYS_fork: ::c_long = 57; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/
H A Dmod.rs430 pub const SYS_fork: ::c_long = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
H A Dmod.rs467 pub const SYS_fork: ::c_long = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/
H A Dmod.rs472 pub const SYS_fork: ::c_long = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/
H A Dmod.rs308 pub const SYS_fork: ::c_long = 57; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H A Ds390x.rs373 pub const SYS_fork: ::c_long = 2; consts
H A Dpowerpc64.rs227 pub const SYS_fork: ::c_long = 2; consts
H A Dmips64.rs160 pub const SYS_fork: ::c_long = 5000 + 56; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
H A Dmod.rs301 pub const SYS_fork: ::c_long = 5000 + 56; consts

Completed in 47 milliseconds

12