Searched refs:PR_ISTOP (Results 1 – 18 of 18) sorted by relevance
55 inline int PR_ISTOP = @PR_ISTOP@; variable56 #pragma D binding "1.0" PR_ISTOP298 ((!(T->t_schedflag & @TS_PSTART@)) ? PR_ISTOP : 0)) :299 ((T->t_proc_flag & @TP_PRVSTOP@) ? PR_STOPPED | PR_ISTOP : 0)) |
85 SED_REPLACE(PR_ISTOP)
973 if (!(P->status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) && in Pgrab()1023 if (!(P->status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) && in Pgrab()1058 if (!(P->status.pr_flags & (PR_ISTOP|PR_DSTOP))) { in Pgrab()1672 (P->status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) == 0) { in Prelease()1701 (P->orig_status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) == 0) { in Prelease()1712 P->status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)); in Prelease()1714 if (P->status.pr_lwp.pr_flags & (PR_ISTOP|PR_DSTOP)) in Prelease()2059 int sbits = (PR_DSTOP | PR_ISTOP | PR_ASLEEP); in Psetrun()3222 ((L->lwp_status.pr_flags & (PR_STOPPED|PR_ISTOP)) in Lgrab()3223 == (PR_STOPPED|PR_ISTOP))? in Lgrab()[all …]
183 if (lsp->pr_flags & PR_ISTOP) in mkprstatus()308 if (lsp->pr_flags & PR_ISTOP) in mkprstatus32()
220 if (!(ps->pr_flags & PR_ISTOP)) { in ptrace()225 if (!(ps->pr_flags & PR_ISTOP)) in ptrace()663 if (ps->pr_flags & PR_ISTOP) in ProcUpdate()
220 if (!(ps->pr_flags & PR_ISTOP)) { in ptrace()225 if (!(ps->pr_flags & PR_ISTOP)) in ptrace()653 if (ps->pr_flags & PR_ISTOP) in ProcUpdate()
67 (PR_STOPPED|PR_ISTOP|PR_DSTOP|PR_ASLEEP|PR_PCINVAL|PR_STEP \397 if (arg & PR_ISTOP) in prflags()
212 #define PR_ISTOP 0x0002 /* lwp is stopped on an event of interest */ macro
213 #define PR_ISTOP 0x0002 /* lwp is stopped on an event of interest */ macro
1185 flags |= PR_ISTOP; in gcore_prgetlwpstatus()1187 flags |= PR_STOPPED|PR_ISTOP; in gcore_prgetlwpstatus()1189 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in gcore_prgetlwpstatus()
195 #define PR_ISTOP 0x00000002 /* lwp is stopped on an event of interest */
1359 flags |= PR_ISTOP; in oprgetstatus32()1361 flags |= PR_STOPPED|PR_ISTOP; in oprgetstatus32()1363 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in oprgetstatus32()3200 flags |= PR_ISTOP; in oprgetstatus()3202 flags |= PR_STOPPED|PR_ISTOP; in oprgetstatus()3204 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in oprgetstatus()
938 flags |= PR_ISTOP; in prgetlwpstatus32()940 flags |= PR_STOPPED|PR_ISTOP; in prgetlwpstatus32()942 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in prgetlwpstatus32()1164 flags |= PR_ISTOP; in prgetlwpstatus()1166 flags |= PR_STOPPED|PR_ISTOP; in prgetlwpstatus()1168 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in prgetlwpstatus()
657 ((psp->pr_flags & PR_ISTOP) && in call_stack()
253 @ MSG_PR_FLAGS_ISTOP "PR_ISTOP"
1175 { PR_ISTOP, MSG_PR_FLAGS_ISTOP }, in conv_cnote_pr_flags()
422 if ((psp->pr_flags & PR_ISTOP) && psp->pr_why == PR_SYSEXIT && in pt_post_attach()542 if (psp->pr_flags & PR_ISTOP) { in pt_pre_detach()3279 if (psp->pr_flags & PR_ISTOP) in pt_status()
919 (Lsp->pr_flags & (PR_STOPPED|PR_ISTOP)) in worker_thread()