Searched refs:PL_FLAG_FORKED (Results 1 – 4 of 4) 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()
109 #define PL_FLAG_FORKED 0x40 /* new child */ macro
1138 pl->pl_flags |= PL_FLAG_FORKED;
695 if (plwp.pl_flags & PL_FLAG_FORKED) { in Execute()