Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1049 t->t_proc_flag |= TP_PRSTOP; in pr_stop()
1180 !(t->t_proc_flag & TP_PRSTOP)) || in pr_setrun()
1213 t->t_proc_flag |= TP_PRSTOP; in pr_setrun()
1229 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()
1233 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()
1289 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()
1337 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in allsetrun()
1963 ((t)->t_proc_flag & TP_PRSTOP))
2053 ct->t_proc_flag |= TP_PRSTOP; in pr_agent()
H A Dprdata.h54 ((t)->t_proc_flag & TP_PRSTOP))
H A Dprsubr.c186 if (t->t_proc_flag & TP_PRSTOP) { in prchoose()
653 t->t_proc_flag |= TP_PRSTOP; in prinvalidate()
662 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in prinvalidate()
942 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in prgetlwpstatus32()
1168 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()
/titanic_53/usr/src/uts/common/os/
H A Dsig.c478 (TP_PRSTOP|TP_HOLDLWP|TP_CHKPT|TP_PAUSE)))) || in issig_justlooking()
538 t->t_proc_flag |= TP_PRSTOP; in issig_forreal()
634 if ((t->t_proc_flag & TP_PRSTOP) && !lwp->lwp_nostop) in issig_forreal()
878 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP); in stop()
972 (tx->t_proc_flag & TP_PRSTOP)) { in stop()
976 tx->t_proc_flag |= TP_PRSTOP; in stop()
1133 (t->t_proc_flag & TP_PRSTOP) && in stop()
1142 if (t->t_proc_flag & TP_PRSTOP) in stop()
1145 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP); in stop()
H A Dfork.c478 t->t_proc_flag |= TP_PRSTOP; in cfork()
494 t->t_proc_flag |= TP_PRSTOP; in cfork()
H A Dcondvar.c725 if (t->t_proc_flag & TP_PRSTOP) { in cv_wait_stop()
H A Dlwp.c462 while ((curthread->t_proc_flag & TP_PRSTOP) && in lwp_create()
1327 if (p->p_stopsig | (curthread->t_proc_flag & TP_PRSTOP)) { in holdlwps()
/titanic_53/usr/src/uts/common/sys/
H A Dthread.h385 #define TP_PRSTOP 0x0010 /* thread is being stopped via /proc */ macro
H A Dproc.h541 ((t)->t_proc_flag & (TP_PRSTOP|TP_HOLDLWP|TP_CHKPT|TP_PAUSE)) | \
/titanic_53/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c939 if (t->t_proc_flag & TP_PRSTOP) { in gcore_prchoose()
1189 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in gcore_prgetlwpstatus()