HomeSort by relevance Sort by last modified time
    Searched defs:CLONE_SETTLS (Results 51 - 69 of 69) sorted by null

1 23

  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
sched.h 28 #define CLONE_SETTLS 0x00080000
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
sched.h 28 #define CLONE_SETTLS 0x00080000
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
sched.h 28 #define CLONE_SETTLS 0x00080000
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
sched.h 28 #define CLONE_SETTLS 0x00080000
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
sched.h 28 #define CLONE_SETTLS 0x00080000
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
sched.h 28 #define CLONE_SETTLS 0x00080000
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sched.h 18 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h 18 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h 18 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */
  /bionic/libc/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h 52 # define CLONE_SETTLS 0x00080000 /* Set TLS info. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h 52 # define CLONE_SETTLS 0x00080000 /* Set TLS info. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h 52 # define CLONE_SETTLS 0x00080000 /* Set TLS info. */
  /external/strace/
process.c 556 #define CLONE_SETTLS 0x00080000 /* create a new TLS for the child */
581 { CLONE_SETTLS, "CLONE_SETTLS" },
650 |CLONE_CHILD_CLEARTID|CLONE_SETTLS)) == 0)
654 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 363 milliseconds

1 23