Searched refs:TSTP_MUTATOR (Results 1 – 2 of 2) sorted by relevance
1855 whystopped == TSTP_MUTATOR || in safe_suspend()1952 ASSERT((whystopped & (TSTP_REGULAR|TSTP_MUTATOR|TSTP_FORK)) != 0); in _thrp_suspend()1953 ASSERT((whystopped & ~(TSTP_REGULAR|TSTP_MUTATOR|TSTP_FORK)) == 0); in _thrp_suspend()1965 else if (whystopped == TSTP_MUTATOR && !ulwp->ul_mutator) { in _thrp_suspend()2137 whystopped == TSTP_MUTATOR); in _thrp_continue()2150 if ((whystopped == TSTP_MUTATOR && !ulwp->ul_mutator)) { in _thrp_continue()2719 ulwp->ul_stop |= TSTP_MUTATOR; in thr_suspend_allmutators()2726 if (safe_suspend(ulwp, TSTP_MUTATOR, &link_dropped) || in thr_suspend_allmutators()2755 return (_thrp_suspend(tid, TSTP_MUTATOR)); in thr_suspend_mutator()2785 if (ulwp->ul_stop & TSTP_MUTATOR) { in thr_continue_allmutators()[all …]
1193 #define TSTP_MUTATOR 0x08 /* stopped by thr_suspend_*mutator*() */ macro