/third_party/ltp/lib/ |
D | tst_clone.c | 37 pid = syscall(__NR_clone, NULL, flags); in tst_clone() 39 pid = syscall(__NR_clone, flags, NULL); in tst_clone()
|
/third_party/ltp/testcases/misc/crash/ |
D | crash02.c | 472 #if defined(__NR_clone) && __NR_clone in in_blacklist()
|
/third_party/musl/src/thread/sh/ |
D | clone.s | 15 mov #120, r3 ! r3 = __NR_clone
|
/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/ |
D | syscalls.rs | 27 __NR_clone, in fork()
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl04.c | 45 BPF_JUMP(BPF_JMP | BPF_JEQ, __NR_clone, 1, 0),
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | syscall.h | 107 #define __NR_clone 120 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | syscall.h | 107 #define __NR_clone 120 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | syscall.h | 107 #define __NR_clone 120 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | syscall.h | 107 #define __NR_clone 120 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | syscall.h | 107 #define __NR_clone 120 macro
|
/third_party/musl/arch/or1k/bits/ |
D | syscall.h.in | 222 #define __NR_clone 220 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | syscall.h.in | 221 #define __NR_clone 220 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | syscall.h.in | 220 #define __NR_clone 220 macro
|
/third_party/musl/arch/mips64/bits/ |
D | syscall.h.in | 56 #define __NR_clone 5055 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | syscall.h.in | 57 #define __NR_clone 56 macro
|
/third_party/musl/arch/s390x/bits/ |
D | syscall.h.in | 86 #define __NR_clone 120 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | syscall.h.in | 56 #define __NR_clone 6055 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | syscall.h.in | 121 #define __NR_clone 120 macro
|
/third_party/musl/porting/liteos_a/user/arch/arm/bits/ |
D | syscall.h.in | 89 #define __NR_clone 120 macro
|
/third_party/musl/arch/mips/bits/ |
D | syscall.h.in | 121 #define __NR_clone 4120 macro
|
/third_party/musl/arch/m68k/bits/ |
D | syscall.h.in | 106 #define __NR_clone 120 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | syscall.h | 107 #define __NR_clone 120 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | syscall.h.in | 121 #define __NR_clone 120 macro
|
/third_party/musl/arch/sh/bits/ |
D | syscall.h.in | 106 #define __NR_clone 120 macro
|
/third_party/musl/arch/arm/bits/ |
D | syscall.h.in | 88 #define __NR_clone 120 macro
|