Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dptrace.h144 #define PL_FLAG_VFORK_DONE 0x800 /* vfork parent has resumed */ macro
/freebsd/tools/test/ptrace/
H A Dscescx.c102 { PL_FLAG_VFORK_DONE, "VFORKDONE" }, in decode_pl_flags()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp297 if (info.pl_flags & PL_FLAG_VFORK_DONE) { in MonitorSIGTRAP()
/freebsd/sys/kern/
H A Dsys_process.c1588 pl->pl_flags |= PL_FLAG_VFORK_DONE; in kern_ptrace()
/freebsd/tests/sys/kern/
H A Dptrace_test.c1722 ATF_REQUIRE((pl.pl_flags & PL_FLAG_VFORK_DONE) != 0); in ATF_TC_BODY()
1795 ATF_REQUIRE((pl[0].pl_flags & PL_FLAG_VFORK_DONE) != 0); in ATF_TC_BODY()