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

1 2 3 4 5 6

  /bionic/libc/bionic/
clone.cpp 53 if ((flags & (CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) != 0) {
56 if ((flags & (CLONE_SETTLS|CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) != 0) {
59 if ((flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID)) != 0) {
fork.cpp 34 #define FORK_FLAGS (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID | SIGCHLD)
  /development/ndk/sources/android/libportable/arch-mips/
clone.c 91 if (port_flags & (CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID)) {
94 if (port_flags & (CLONE_SETTLS|CLONE_CHILD_SETTID)) {
97 if (port_flags & CLONE_CHILD_SETTID) {
  /development/ndk/platforms/android-3/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /development/ndk/platforms/android-L/include/linux/
sched.h 41 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
sched.h 33 #define CLONE_CHILD_SETTID 0x01000000

Completed in 1582 milliseconds

1 2 3 4 5 6