| 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 | 163 * We don't support the CLONE_PTRACE flag. 165 if (SCARG(uap, flags) & CLONE_PTRACE) |