HomeSort by relevance Sort by last modified time
    Searched refs:CLONE_SETTLS (Results 1 - 20 of 20) sorted by null

  /bionic/libc/bionic/
bionic_clone.c 68 if (flags & (CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID)) {
71 if (flags & (CLONE_SETTLS|CLONE_CHILD_SETTID)) {
  /bionic/libc/kernel/common/linux/
sched.h 28 #define CLONE_SETTLS 0x00080000
  /development/ndk/platforms/android-3/include/linux/
sched.h 28 #define CLONE_SETTLS 0x00080000
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
sched.h 28 #define CLONE_SETTLS 0x00080000
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
sched.h 28 #define CLONE_SETTLS 0x00080000
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
sched.h 28 #define CLONE_SETTLS 0x00080000
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
sched.h 28 #define CLONE_SETTLS 0x00080000
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
sched.h 28 #define CLONE_SETTLS 0x00080000
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
sched.h 28 #define CLONE_SETTLS 0x00080000
  /bionic/libc/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /development/ndk/platforms/android-8/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /development/ndk/platforms/android-9/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /external/strace/
process.c 515 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */
534 { CLONE_SETTLS, "CLONE_SETTLS" },
595 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0)
599 if (flags & CLONE_SETTLS) {
    [all...]
  /external/kernel-headers/original/linux/
sched.h 20 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */
    [all...]

Completed in 295 milliseconds