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

1 23

  /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
  /bionic/libc/include/
sched.h 68 #define CLONE_UNTRACED 0x00800000
  /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 1714 milliseconds

1 23