Searched refs:CLONE_PTRACE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dfork.c927 if (!(clone_flags & CLONE_PTRACE))
1161 * of CLONE_PTRACE.
1381 clone_flags |= CLONE_PTRACE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h30 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
40 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */

Completed in 60 milliseconds