Home
last modified time | relevance | path

Searched refs:TP_PRVSTOP (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/uts/common/sys/
H A Dthread.h389 #define TP_PRVSTOP 0x0080 /* thread is virtually stopped via /proc */ macro
460 #define VSTOPPED(t) ((t)->t_proc_flag & TP_PRVSTOP)
/onnv-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in299 ((T->t_proc_flag & @TP_PRVSTOP@) ? PR_STOPPED | PR_ISTOP : 0)) |
323 pr_state = (T->t_proc_flag & @TP_PRVSTOP@) ? SSTOP :
331 pr_sname = (T->t_proc_flag & @TP_PRVSTOP@) ? 'T' :
H A Dprocfs.sed.in51 SED_REPLACE(TP_PRVSTOP)
/onnv-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1060 t->t_proc_flag |= TP_PRVSTOP; in pr_stop()
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()
H A Dprsubr.c661 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP|TP_STOPPING); in prinvalidate()
/onnv-gate/usr/src/uts/common/os/
H A Dsig.c861 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP); in stop()
972 tx->t_proc_flag |= TP_PRVSTOP; in stop()
1128 t->t_proc_flag &= ~(TP_PRSTOP|TP_PRVSTOP); in stop()