Searched refs:ul_stop (Results 1 – 5 of 5) sorted by relevance
690 ulwp->ul_stop = TSTP_REGULAR; in _thrp_create()1857 ASSERT(!ulwp->ul_stop); in safe_suspend()1876 ulwp->ul_stop |= whystopped; in safe_suspend()1902 while (ulwp && !ulwp->ul_dead && !ulwp->ul_stop && in safe_suspend()1933 if (!ulwp->ul_stopping || !(ulwp->ul_stop & whystopped)) in safe_suspend()1967 } else if (ulwp->ul_stop) { /* already stopped */ in _thrp_suspend()1968 ulwp->ul_stop |= whystopped; in _thrp_suspend()1991 self->ul_stop |= whystopped; in _thrp_suspend()2073 if (ulwp->ul_stop) { /* already stopped */ in suspend_fork()2074 ulwp->ul_stop |= TSTP_FORK; in suspend_fork()[all …]
725 if (ulwp->ul_stop) /* skip suspended threads */ in queue_slot_runnable()769 if (ulwp->ul_stop && in queue_slot_rt()807 if (ulwp->ul_stop && in queue_slot()
583 char ul_stop; /* reason for stopping */ member1016 char ul_stop; /* reason for stopping */ member
520 mdb_printf(ulwp.ul_stop? "0x%-8x " : "%-10d ", in d_ulwp()521 ulwp.ul_stop); in d_ulwp()
999 ulwp.ul_stop? TD_THR_STOPPED : in __td_ta_thr_iter()1023 ulwp.ul_stop? TD_THR_STOPPED : in __td_ta_thr_iter()1299 ulwp->ul_stop? TD_THR_STOPPED : in td_thr2to()1343 ulwp->ul_stop? TD_THR_STOPPED : in td_thr2to32()