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

12

  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
sched.h 58 #define CLONE_PTRACE 0x00002000
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sched.h 44 # define CLONE_PTRACE 0x00002000 /* Set if tracing continues on the child. */
59 force CLONE_PTRACE on this clone. */
  /bionic/libc/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 665 milliseconds

12