/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 371 #define __NR_clone 220 macro 372 #define __NR_fork __NR_clone
|
D | vki-scnums-s390x-linux.h | 129 #define __NR_clone 120 macro
|
D | vki-scnums-arm64-linux.h | 265 #define __NR_clone 220 macro
|
D | vki-scnums-amd64-linux.h | 100 #define __NR_clone 56 macro
|
D | vki-scnums-ppc64-linux.h | 157 #define __NR_clone 120 macro
|
D | vki-scnums-arm-linux.h | 157 #define __NR_clone 120 macro
|
D | vki-scnums-ppc32-linux.h | 157 #define __NR_clone 120 macro
|
D | vki-scnums-x86-linux.h | 157 #define __NR_clone 120 macro
|
/external/libchrome/sandbox/linux/services/ |
D | syscall_wrappers.cc | 56 return syscall(__NR_clone, flags, child_stack, ptid, ctid, tls); in sys_clone() 60 return syscall(__NR_clone, flags, child_stack, ptid, tls, ctid); in sys_clone()
|
/external/libchrome/sandbox/linux/suid/ |
D | sandbox.c | 99 const pid_t pid = syscall(__NR_clone, CLONE_FS | SIGCHLD, 0, 0, 0); in SpawnChrootHelper() 241 pid_t pid = syscall(__NR_clone, SIGCHLD | kCloneExtraFlags[i], 0, 0, 0); in MoveToNewNamespaces()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 890 #if !defined(__NR_clone) 891 #define __NR_clone 220 macro
|
D | x86_64_linux_syscalls.h | 237 #if !defined(__NR_clone) 238 #define __NR_clone 56 macro
|
D | x86_32_linux_syscalls.h | 493 #if !defined(__NR_clone) 494 #define __NR_clone 120 macro
|
D | mips64_linux_syscalls.h | 236 #if !defined(__NR_clone) 237 #define __NR_clone (__NR_Linux + 55) macro
|
D | arm_linux_syscalls.h | 368 #if !defined(__NR_clone) 369 #define __NR_clone (__NR_SYSCALL_BASE+120) macro
|
D | mips_linux_syscalls.h | 496 #if !defined(__NR_clone) 497 #define __NR_clone (__NR_Linux + 120) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 60 #define __NR_clone 56 macro
|
D | unistd_32.h | 124 #define __NR_clone 120 macro
|
/external/libchrome/base/process/ |
D | launch_posix.cc | 773 return syscall(__NR_clone, flags, nullptr, ptid, ctid, nullptr); in ForkWithFlags() 777 return syscall(__NR_clone, flags, nullptr, ptid, nullptr, ctid); in ForkWithFlags()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | baseline_policy.cc | 143 if (sysno == __NR_clone) { in EvaluateSyscallImpl()
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | trap.cc | 197 if (sigsys.nr == __NR_clone) { in SigSys()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 138 #define __NR_CLONE VG_STRINGIFY(__NR_clone) 1037 PLAX_(__NR_clone, sys_clone), // 220
|
D | syswrap-ppc64-linux.c | 209 #define __NR_CLONE VG_STRINGIFY(__NR_clone) 925 PLAX_(__NR_clone, sys_clone), // 120
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 143 #define __NR_clone (__NR_Linux + 120) macro 455 #define __NR_clone (__NR_Linux + 55) macro 792 #define __NR_clone (__NR_Linux + 55) macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 931 "i"(__NR_clone), in internal_clone() 983 "i"(__NR_clone), "i"(__NR_exit) in internal_clone() 1061 "i" (__NR_clone), "i" (__NR_exit), in internal_clone()
|