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

  /bionic/libc/kernel/common/linux/
sched.h 22 #define CLONE_PTRACE 0x00002000
  /development/ndk/platforms/android-3/include/linux/
sched.h 22 #define CLONE_PTRACE 0x00002000
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
sched.h 22 #define CLONE_PTRACE 0x00002000
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
sched.h 22 #define CLONE_PTRACE 0x00002000
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
sched.h 22 #define CLONE_PTRACE 0x00002000
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
sched.h 22 #define CLONE_PTRACE 0x00002000
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
sched.h 22 #define CLONE_PTRACE 0x00002000
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
sched.h 22 #define CLONE_PTRACE 0x00002000
  /bionic/libc/include/
sched.h 58 #define CLONE_PTRACE 0x00002000
  /development/ndk/platforms/android-8/include/
sched.h 58 #define CLONE_PTRACE 0x00002000
  /development/ndk/platforms/android-9/include/
sched.h 58 #define CLONE_PTRACE 0x00002000
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
sched.h 58 #define CLONE_PTRACE 0x00002000
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
sched.h 58 #define CLONE_PTRACE 0x00002000
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
sched.h 58 #define CLONE_PTRACE 0x00002000
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
sched.h 58 #define CLONE_PTRACE 0x00002000
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
sched.h 58 #define CLONE_PTRACE 0x00002000
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
sched.h 58 #define CLONE_PTRACE 0x00002000
  /external/strace/
process.c 509 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */
519 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
528 { CLONE_PTRACE, "CLONE_PTRACE" },
831 #ifdef CLONE_PTRACE /* See new setbpt code. */
853 #ifndef CLONE_PTRACE
880 forced CLONE_PTRACE. */
    [all...]
  /external/kernel-headers/original/linux/
sched.h 14 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */
24 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
    [all...]

Completed in 234 milliseconds