Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_restrictions.cc18 g_io_disallowed = LAZY_INSTANCE_INITIALIZER; variable
30 bool previous_disallowed = g_io_disallowed.Get().Get(); in SetIOAllowed()
31 g_io_disallowed.Get().Set(!allowed); in SetIOAllowed()
37 if (g_io_disallowed.Get().Get()) { in AssertIOAllowed()