Searched refs:PL_FLAG_FORKED (Results 1 – 5 of 5) sorted by relevance
99 { PL_FLAG_FORKED, "FORKED" }, in decode_pl_flags()248 if (lwpinfo.pl_flags & PL_FLAG_FORKED) { in trace_sc()289 if ((lwpinfo.pl_flags & (PL_FLAG_FORKED | PL_FLAG_SCX)) == in trace_cont()290 (PL_FLAG_FORKED | PL_FLAG_SCX)) { in trace_cont()
110 #define PL_FLAG_FORKED 0x40 /* new child */ macro
465 ATF_REQUIRE((pl.pl_flags & (PL_FLAG_FORKED | PL_FLAG_CHILD)) != in handle_fork_events()467 ATF_REQUIRE((pl.pl_flags & (PL_FLAG_FORKED | PL_FLAG_CHILD)) != in handle_fork_events()468 (PL_FLAG_FORKED | PL_FLAG_CHILD)); in handle_fork_events()
1262 pl->pl_flags |= PL_FLAG_FORKED;
700 if (plwp.pl_flags & PL_FLAG_FORKED) { in Execute()