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

1 2

  /external/strace/xlat/
clone_flags.h 47 #if !(defined(CLONE_CHILD_SETTID) || (defined(HAVE_DECL_CLONE_CHILD_SETTID) && HAVE_DECL_CLONE_CHILD_SETTID))
48 # define CLONE_CHILD_SETTID 0x01000000
95 XLAT(CLONE_CHILD_SETTID),
  /bionic/libc/kernel/uapi/linux/
sched.h 37 #define CLONE_CHILD_SETTID 0x01000000
  /external/kernel-headers/original/uapi/linux/
sched.h 24 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sched.h 23 #define CLONE_CHILD_SETTID 0x01000000 /* set the TID in the child */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sched.h 63 # define CLONE_CHILD_SETTID 0x01000000 /* Store TID in userlevel buffer in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sched.h 63 # define CLONE_CHILD_SETTID 0x01000000 /* Store TID in userlevel buffer in
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 152 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_amd64.go 152 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_arm.go 152 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_arm64.go 196 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_mips.go 195 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_mips64.go 193 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_mips64le.go 193 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_mipsle.go 195 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_ppc64.go 195 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_ppc64le.go 196 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_s390x.go 197 CLONE_CHILD_SETTID = 0x1000000
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 152 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_amd64.go 152 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_arm.go 152 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_arm64.go 196 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_mips.go 195 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_mips64.go 193 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_mips64le.go 193 CLONE_CHILD_SETTID = 0x1000000
    [all...]
zerrors_linux_mipsle.go 195 CLONE_CHILD_SETTID = 0x1000000
    [all...]

Completed in 1384 milliseconds

1 2