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

12

  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
sched.h 64 #define CLONE_SETTLS 0x00080000
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h 52 # define CLONE_SETTLS 0x00080000 /* Set TLS info. */
  /bionic/libc/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...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 554 SY(__NR_clone, x0|CLONE_PARENT_SETTID|CLONE_SETTLS|CLONE_CHILD_SETTID|SIGCHLD, x0, x0, x0, x0); FAIL;
    [all...]

Completed in 425 milliseconds

12