Searched refs:PL_FLAG_VFORKED (Results 1 – 5 of 5) sorted by relevance
133 #define PL_FLAG_VFORKED 0x400 /* new child via vfork */ macro
103 { PL_FLAG_VFORKED, "VFORKED" }, in decode_pl_flags()
270 MonitorClone(info.pl_child_pid, info.pl_flags & PL_FLAG_VFORKED, *thread); in MonitorSIGTRAP()
1427 pl->pl_flags |= PL_FLAG_VFORKED;
1762 ATF_REQUIRE((pl[0].pl_flags & PL_FLAG_VFORKED) != 0); in ATF_TC_BODY()