Searched refs:g_wait_disallowed (Results 1 – 1 of 1) sorted by relevance
24 g_wait_disallowed = LAZY_INSTANCE_INITIALIZER; variable66 g_wait_disallowed.Get().Set(true); in DisallowWaiting()71 if (g_wait_disallowed.Get().Get()) { in AssertWaitAllowed()78 bool previous_disallowed = g_wait_disallowed.Get().Get(); in SetWaitAllowed()79 g_wait_disallowed.Get().Set(!allowed); in SetWaitAllowed()