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

1 2

  /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 */
  /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 */
  /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
  /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...]
zerrors_linux_ppc64.go 213 CLONE_UNTRACED = 0x800000
    [all...]
zerrors_linux_ppc64le.go 214 CLONE_UNTRACED = 0x800000
    [all...]
zerrors_linux_s390x.go 216 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...]
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...]

Completed in 163 milliseconds

1 2