/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/ |
sched.h | 41 #define CLONE_CHILD_SETTID 0x01000000
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/ |
sched.h | 41 #define CLONE_CHILD_SETTID 0x01000000
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/ |
sched.h | 41 #define CLONE_CHILD_SETTID 0x01000000
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/ |
sched.h | 41 #define CLONE_CHILD_SETTID 0x01000000
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/ |
sched.h | 41 #define CLONE_CHILD_SETTID 0x01000000
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/ |
sched.h | 41 #define CLONE_CHILD_SETTID 0x01000000
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
sched.h | 41 #define CLONE_CHILD_SETTID 0x01000000
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
sched.h | 41 #define CLONE_CHILD_SETTID 0x01000000
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
sched.h | 41 #define CLONE_CHILD_SETTID 0x01000000
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/ |
sched.h | 69 #define CLONE_CHILD_SETTID 0x01000000
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/ |
sched.h | 69 #define CLONE_CHILD_SETTID 0x01000000
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/ |
sched.h | 69 #define CLONE_CHILD_SETTID 0x01000000
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/ |
sched.h | 69 #define CLONE_CHILD_SETTID 0x01000000
|
/external/strace/ |
clone.c | 96 if ((flags & (CLONE_PARENT_SETTID|CLONE_CHILD_SETTID 116 if (flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID))
|
/external/libchrome/sandbox/linux/services/ |
syscall_wrappers_unittest.cc | 49 sys_clone(CLONE_CHILD_SETTID | SIGCHLD, nullptr, nullptr, &ctid, nullptr);
|
syscall_wrappers.cc | 42 (flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID)) && !ctid;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
sched.h | 60 # 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/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
|
/external/libchrome/base/process/ |
launch_posix.cc | 339 (CLONE_CHILD_CLEARTID | CLONE_CHILD_SETTID | CLONE_PARENT_SETTID))); 755 (flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID)) && !ctid;
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
baseline_policy_unittest.cc | 119 return sys_clone(CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD, nullptr,
|
/external/valgrind/memcheck/tests/x86-linux/ |
scalar.c | 556 SY(__NR_clone, x0|CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|SIGCHLD, x0, x0, x0, x0); FAIL; [all...] |