Searched refs:TP_PAUSE (Results 1 – 6 of 6) sorted by relevance
392 #define TP_PAUSE 0x0800 /* process is being stopped via pauselwps() */ macro
541 ((t)->t_proc_flag & (TP_PRSTOP|TP_HOLDLWP|TP_CHKPT|TP_PAUSE)) | \
478 (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()
702 if (t->t_proc_flag & TP_PAUSE) { in cv_wait_stop()
2405 t->t_proc_flag |= TP_PAUSE; in pauselwps()2431 t->t_proc_flag &= ~TP_PAUSE; in unpauselwps()
651 t->t_proc_flag &= ~TP_PAUSE; in prinvalidate()