Home
last modified time | relevance | path

Searched refs:TP_PRSTOP (Results 1 – 10 of 10) sorted by relevance

/onnv-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1045 t->t_proc_flag |= TP_PRSTOP; in pr_stop()
1176 !(t->t_proc_flag & TP_PRSTOP)) || in pr_setrun()
1209 t->t_proc_flag |= TP_PRSTOP; in pr_setrun()
1225 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()
1229 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()
1285 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()
1333 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in allsetrun()
1959 ((t)->t_proc_flag & TP_PRSTOP))
2032 ct->t_proc_flag |= TP_PRSTOP; in pr_agent()
H A Dprdata.h53 ((t)->t_proc_flag & TP_PRSTOP))
H A Dprsubr.c185 if (t->t_proc_flag & TP_PRSTOP) { in prchoose()
652 t->t_proc_flag |= TP_PRSTOP; in prinvalidate()
661 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in prinvalidate()
943 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in prgetlwpstatus32()
1169 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in prgetlwpstatus()
H A Dprioctl.c536 !(t->t_proc_flag & TP_PRSTOP)) || in prioctl64()
1363 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in oprgetstatus32()
2108 !(t->t_proc_flag & TP_PRSTOP)) || in prioctl32()
3204 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in oprgetstatus()
/onnv-gate/usr/src/uts/common/os/
H A Dsig.c461 (TP_PRSTOP|TP_HOLDLWP|TP_CHKPT|TP_PAUSE)))) || in issig_justlooking()
521 t->t_proc_flag |= TP_PRSTOP; in issig_forreal()
617 if ((t->t_proc_flag & TP_PRSTOP) && !lwp->lwp_nostop) in issig_forreal()
861 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP); in stop()
955 (tx->t_proc_flag & TP_PRSTOP)) { in stop()
959 tx->t_proc_flag |= TP_PRSTOP; in stop()
1116 (t->t_proc_flag & TP_PRSTOP) && in stop()
1125 if (t->t_proc_flag & TP_PRSTOP) in stop()
1128 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP); in stop()
H A Dfork.c469 t->t_proc_flag |= TP_PRSTOP; in cfork()
485 t->t_proc_flag |= TP_PRSTOP; in cfork()
H A Dcondvar.c708 if (t->t_proc_flag & TP_PRSTOP) { in cv_wait_stop()
H A Dlwp.c455 while ((curthread->t_proc_flag & TP_PRSTOP) && in lwp_create()
1307 if (p->p_stopsig | (curthread->t_proc_flag & TP_PRSTOP)) { in holdlwps()
/onnv-gate/usr/src/uts/common/sys/
H A Dthread.h386 #define TP_PRSTOP 0x0010 /* thread is being stopped via /proc */ macro
H A Dproc.h539 ((t)->t_proc_flag & (TP_PRSTOP|TP_HOLDLWP|TP_CHKPT|TP_PAUSE)) | \