HomeSort by relevance Sort by last modified time
    Searched defs:CLONE_UNTRACED (Results 76 - 94 of 94) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
sched.h 32 #define CLONE_UNTRACED 0x00800000
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
sched.h 68 #define CLONE_UNTRACED 0x00800000
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
sched.h 32 #define CLONE_UNTRACED 0x00800000
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
sched.h 68 #define CLONE_UNTRACED 0x00800000
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
sched.h 32 #define CLONE_UNTRACED 0x00800000
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
sched.h 68 #define CLONE_UNTRACED 0x00800000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
sched.h 32 #define CLONE_UNTRACED 0x00800000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
sched.h 68 #define CLONE_UNTRACED 0x00800000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sched.h 22 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h 22 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sched.h 22 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
  /bionic/libc/include/
sched.h 68 #define CLONE_UNTRACED 0x00800000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h 58 # define CLONE_UNTRACED 0x00800000 /* Set if the tracing process can't
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h 58 # define CLONE_UNTRACED 0x00800000 /* Set if the tracing process can't
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sched.h 58 # define CLONE_UNTRACED 0x00800000 /* Set if the tracing process can't
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.cc 52 #ifndef CLONE_UNTRACED
53 #define CLONE_UNTRACED 0x00800000
102 * It is important that we set the CLONE_UNTRACED flag, because newer
106 * status that will never happen. By setting the CLONE_UNTRACED flag, we
113 CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_UNTRACED, arg, 0, 0, 0);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linuxthreads.cc 52 #ifndef CLONE_UNTRACED
53 #define CLONE_UNTRACED 0x00800000
102 * It is important that we set the CLONE_UNTRACED flag, because newer
106 * status that will never happen. By setting the CLONE_UNTRACED flag, we
113 CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_UNTRACED, arg, 0, 0, 0);
  /external/strace/
process.c 559 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
584 { CLONE_UNTRACED, "CLONE_UNTRACED" },
937 * new child if clone is called with flag CLONE_UNTRACED, so
941 (tcp->u_arg[ARG_FLAGS] & CLONE_UNTRACED))
    [all...]
  /external/kernel-headers/original/linux/
sched.h 24 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
    [all...]

Completed in 47 milliseconds

1 2 34