Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c2485 int suspendedallmutators; /* when non-zero, all mutators suspended. */ variable
2518 } 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()