Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_restrictions.cc24 g_wait_disallowed = LAZY_INSTANCE_INITIALIZER; variable
66 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()