HomeSort by relevance Sort by last modified time
    Searched refs:CLONE_PARENT_SETTID (Results 26 - 33 of 33) sorted by null

12

  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
sched.h 65 #define CLONE_PARENT_SETTID 0x00100000
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
sched.h 65 #define CLONE_PARENT_SETTID 0x00100000
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h 53 # define CLONE_PARENT_SETTID 0x00100000 /* Store TID in userlevel buffer
  /bionic/libc/include/
sched.h 65 #define CLONE_PARENT_SETTID 0x00100000
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 550 #ifndef CLONE_PARENT_SETTID
551 #define CLONE_PARENT_SETTID 0x00100000
554 SY(__NR_clone, x0|CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|SIGCHLD, x0, x0, x0, x0); FAIL;
    [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.c 1139 #ifndef CLONE_PARENT_SETTID
1140 #define CLONE_PARENT_SETTID 0x00100000
1144 SY(__NR_clone, x0|CLONE_PARENT_SETTID|SIGCHLD, x0, x0, x0); FAIL;
    [all...]
  /external/strace/
process.c 516 #define CLONE_PARENT_SETTID 0x00100000 /* set the TID in the parent */
535 { CLONE_PARENT_SETTID,"CLONE_PARENT_SETTID" },
594 if ((flags & (CLONE_PARENT_SETTID|CLONE_CHILD_SETTID
597 if (flags & CLONE_PARENT_SETTID)
    [all...]
  /external/kernel-headers/original/linux/
sched.h 21 #define CLONE_PARENT_SETTID 0x00100000 /* set the TID in the parent */
    [all...]

Completed in 323 milliseconds

12