Searched refs:PL_FLAG_SI (Results 1 – 5 of 5) sorted by relevance
108 #define PL_FLAG_SI 0x20 /* siginfo is valid */ macro
213 (lwpinfo.pl_flags & PL_FLAG_SI) != 0) { in proc_getlwpstatus()
98 { PL_FLAG_SI, "SI" }, in decode_pl_flags()
1203 pl->pl_flags |= PL_FLAG_SI;1207 if ((pl->pl_flags & PL_FLAG_SI) == 0)
493 if ((linfo.pl_flags & PL_FLAG_SI) != 0) in pt_thr_get_info_common()