Searched refs:PL_FLAG_EXITED (Results 1 – 7 of 7) sorted by relevance
134 #define PL_FLAG_EXITED 0x200 /* exiting LWP */ macro
799 (pl.pl_flags & (PL_FLAG_BORN|PL_FLAG_EXITED| in eventloop()804 } else if (pl.pl_flags & PL_FLAG_EXITED) { in eventloop()
100 { PL_FLAG_EXITED, "LWPEXITED" }, in decode_pl_flags()
152 lwpinfo.pl_flags & PL_FLAG_EXITED) in linux_ptrace_status()
1371 REQUIRE_EQ((pl.pl_flags & (PL_FLAG_EXITED | PL_FLAG_SCE)), in ATF_TC_BODY()1372 (PL_FLAG_EXITED | PL_FLAG_SCE)); in ATF_TC_BODY()1463 REQUIRE_EQ((pl.pl_flags & (PL_FLAG_EXITED | PL_FLAG_SCE)), in ATF_TC_BODY()1464 (PL_FLAG_EXITED)); in ATF_TC_BODY()3898 if (pl.pl_flags & PL_FLAG_EXITED) { in ATF_TC_BODY()
227 if (info.pl_flags & (PL_FLAG_BORN | PL_FLAG_EXITED)) { in MonitorSIGTRAP()
1510 pl->pl_flags |= PL_FLAG_EXITED; in kern_ptrace()