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

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

Completed in 88 milliseconds