Searched refs:suspendedallmutators (Results 1 – 1 of 1) sorted by relevance
2485 int suspendedallmutators; /* when non-zero, all mutators suspended. */ variable2518 } else if (!ulwp->ul_stop && !suspendedallmutators) { in thr_getstate()2552 if (!ulwp->ul_stop && !suspendedallmutators) in thr_setstate()2784 if (suspendingallmutators || suspendedallmutators) { in thr_suspend_allmutators()2811 suspendedallmutators = 1; in thr_suspend_allmutators()2852 if (!suspendedallmutators) { in thr_continue_allmutators()2857 suspendedallmutators = 0; in thr_continue_allmutators()