HomeSort by: relevance | last modified time | path
    Searched refs:CLONE_PTRACE (Results 1 - 2 of 2) sorted by relevancy

  /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))

Completed in 24 milliseconds