Home
last modified time | relevance | path

Searched refs:PL_FLAG_VFORK_DONE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dptrace.h134 #define PL_FLAG_VFORK_DONE 0x800 /* vfork parent has resumed */ macro
/f-stack/freebsd/kern/
H A Dsys_process.c1237 pl->pl_flags |= PL_FLAG_VFORK_DONE; in kern_ptrace()