HomeSort by relevance Sort by last modified time
    Searched refs:CLONE_UNTRACED (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sched.h 22 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
  /external/strace/xlat/
clone_flags.h 44 #if !(defined(CLONE_UNTRACED) || (defined(HAVE_DECL_CLONE_UNTRACED) && HAVE_DECL_CLONE_UNTRACED))
45 # define CLONE_UNTRACED 0x00800000
94 XLAT(CLONE_UNTRACED),
  /bionic/libc/kernel/uapi/linux/
sched.h 36 #define CLONE_UNTRACED 0x00800000
  /external/kernel-headers/original/uapi/linux/
sched.h 23 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
  /external/strace/tests/
ioctl_nsfs.c 123 CLONE_NEWUSER | CLONE_UNTRACED | SIGCHLD, pipefd);
  /external/strace/tests-m32/
ioctl_nsfs.c 123 CLONE_NEWUSER | CLONE_UNTRACED | SIGCHLD, pipefd);
  /external/strace/tests-mx32/
ioctl_nsfs.c 123 CLONE_NEWUSER | CLONE_UNTRACED | SIGCHLD, pipefd);
  /external/compiler-rt/lib/esan/
esan_sideline_linux.cpp 120 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sched.h 61 # define CLONE_UNTRACED 0x00800000 /* Set if the tracing process can't
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sched.h 61 # define CLONE_UNTRACED 0x00800000 /* Set if the tracing process can't
  /external/minijail/linux-x86/
libconstants.gen.c 116 #ifdef CLONE_UNTRACED
117 { "CLONE_UNTRACED", (unsigned long) CLONE_UNTRACED },
118 #endif // CLONE_UNTRACED
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 410 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED,
  /external/honggfuzz/linux/
arch.c 105 pid_t pid = run->global->linux.useClone ? arch_clone(CLONE_UNTRACED | SIGCHLD) : fork();
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 508 ThreadEntry, stack, CLONE_FILES | CLONE_FS | CLONE_UNTRACED,
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 170 CLONE_UNTRACED = 0x800000
    [all...]
zerrors_linux_amd64.go 170 CLONE_UNTRACED = 0x800000
    [all...]
zerrors_linux_arm.go 170 CLONE_UNTRACED = 0x800000
    [all...]
zerrors_linux_arm64.go 214 CLONE_UNTRACED = 0x800000
    [all...]
zerrors_linux_mips.go 213 CLONE_UNTRACED = 0x800000
    [all...]
zerrors_linux_mips64.go 211 CLONE_UNTRACED = 0x800000
    [all...]
zerrors_linux_mips64le.go 211 CLONE_UNTRACED = 0x800000
    [all...]
zerrors_linux_mipsle.go 213 CLONE_UNTRACED = 0x800000
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 170 CLONE_UNTRACED = 0x800000
    [all...]
zerrors_linux_amd64.go 170 CLONE_UNTRACED = 0x800000
    [all...]
zerrors_linux_arm.go 170 CLONE_UNTRACED = 0x800000
    [all...]

Completed in 2222 milliseconds

1 2