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

  /bionic/libc/kernel/common/linux/
sched.h 32 #define CLONE_UNTRACED 0x00800000
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
sched.h 32 #define CLONE_UNTRACED 0x00800000
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
sched.h 32 #define CLONE_UNTRACED 0x00800000
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
sched.h 32 #define CLONE_UNTRACED 0x00800000
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
sched.h 32 #define CLONE_UNTRACED 0x00800000
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
sched.h 32 #define CLONE_UNTRACED 0x00800000
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
sched.h 32 #define CLONE_UNTRACED 0x00800000
  /bionic/libc/include/
sched.h 68 #define CLONE_UNTRACED 0x00800000
  /ndk/build/platforms/android-3/arch-arm/usr/include/
sched.h 68 #define CLONE_UNTRACED 0x00800000
  /ndk/build/platforms/android-4/arch-arm/usr/include/
sched.h 68 #define CLONE_UNTRACED 0x00800000
  /ndk/build/platforms/android-5/arch-arm/usr/include/
sched.h 68 #define CLONE_UNTRACED 0x00800000
  /ndk/build/platforms/android-5/arch-x86/usr/include/
sched.h 68 #define CLONE_UNTRACED 0x00800000
  /ndk/build/platforms/android-8/arch-arm/usr/include/
sched.h 68 #define CLONE_UNTRACED 0x00800000
  /ndk/build/platforms/android-8/arch-x86/usr/include/
sched.h 68 #define CLONE_UNTRACED 0x00800000
  /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...]
  /external/strace/
process.c 519 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
538 { CLONE_UNTRACED, "CLONE_UNTRACED" },
    [all...]

Completed in 1069 milliseconds