Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h405 #define TP_PAUSE 0x0800 /* process is being stopped via pauselwps() */ macro
H A Dproc.h559 ((t)->t_proc_flag & (TP_PRSTOP|TP_HOLDLWP|TP_CHKPT|TP_PAUSE)) | \
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c478 (TP_PRSTOP|TP_HOLDLWP|TP_CHKPT|TP_PAUSE)))) || in issig_justlooking()
584 if ((t->t_proc_flag & TP_PAUSE) && !lwp->lwp_nostop) { in issig_forreal()
932 if (!(t->t_proc_flag & TP_PAUSE)) { in stop()
1093 !(tx->t_proc_flag & TP_PAUSE)) in stop()
H A Dcondvar.c702 if (t->t_proc_flag & TP_PAUSE) { in cv_wait_stop()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c2523 t->t_proc_flag |= TP_PAUSE; in pauselwps()
2549 t->t_proc_flag &= ~TP_PAUSE; in unpauselwps()
H A Dprsubr.c672 t->t_proc_flag &= ~TP_PAUSE; in prinvalidate()