HomeSort by relevance Sort by last modified time
    Searched refs:CLONE_UNTRACED (Results 126 - 136 of 136) sorted by null

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
sched.h 40 #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/
sched.h 68 #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/
sched.h 68 #define CLONE_UNTRACED 0x00800000
  /external/strace/
clone.c 21 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
117 * We can also clear CLONE_UNTRACED, since it allows to start
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sched.h 61 # define CLONE_UNTRACED 0x00800000 /* Set if the tracing process can't
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sched.h 61 # define CLONE_UNTRACED 0x00800000 /* Set if the tracing process can't
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 406 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED,
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 508 ThreadEntry, stack, CLONE_FILES | CLONE_FS | CLONE_UNTRACED,

Completed in 251 milliseconds

1 2 3 4 56