Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1188 t->t_proc_flag |= TP_PRSTOP; in pr_stop()
1319 !(t->t_proc_flag & TP_PRSTOP)) || in pr_setrun()
1352 t->t_proc_flag |= TP_PRSTOP; in pr_setrun()
1368 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()
1372 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()
1428 ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in pr_setrun()
1476 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in allsetrun()
2081 ((t)->t_proc_flag & TP_PRSTOP))
2171 ct->t_proc_flag |= TP_PRSTOP; in pr_agent()
H A Dprdata.h56 ((t)->t_proc_flag & TP_PRSTOP))
H A Dprioctl.c520 !(t->t_proc_flag & TP_PRSTOP)) || in prioctl64()
1335 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in oprgetstatus32()
2066 !(t->t_proc_flag & TP_PRSTOP)) || in prioctl32()
3148 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in oprgetstatus()
H A Dprsubr.c207 if (t->t_proc_flag & TP_PRSTOP) { in prchoose()
674 t->t_proc_flag |= TP_PRSTOP; in prinvalidate()
683 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in prinvalidate()
986 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in prgetlwpstatus32()
1212 if (!(flags & PR_ISTOP) && (t->t_proc_flag & TP_PRSTOP)) in prgetlwpstatus()
/illumos-gate/usr/src/uts/common/os/
H A Dcondvar.c725 if (t->t_proc_flag & TP_PRSTOP) { in cv_wait_stop()
H A Dfork.c493 t->t_proc_flag |= TP_PRSTOP; in cfork()
509 t->t_proc_flag |= TP_PRSTOP; in cfork()
H A Dlwp.c461 while ((curthread->t_proc_flag & TP_PRSTOP) && in lwp_create()
1322 if (p->p_stopsig | (curthread->t_proc_flag & TP_PRSTOP)) { in holdlwps()
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()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h559 ((t)->t_proc_flag & (TP_PRSTOP|TP_HOLDLWP|TP_CHKPT|TP_PAUSE)) | \
H A Dthread.h398 #define TP_PRSTOP 0x0010 /* thread is being stopped via /proc */ macro