Home | Sort by: relevance | last modified time | path |
/src/sys/sys/ | |
sched.h | 204 #define CLONE_PTRACE 0x00002000 /* ptrace(2) continues on |
/src/sys/kern/ | |
kern_fork.c | 161 * We don't support the CLONE_PTRACE flag. 163 if (SCARG(uap, flags) & (CLONE_PTRACE)) |