OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_wait_disallowed
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/base/threading/
thread_restrictions.cc
24
g_wait_disallowed
= LAZY_INSTANCE_INITIALIZER;
member in namespace:base::__anon15873
66
g_wait_disallowed
.Get().Set(true);
71
if (
g_wait_disallowed
.Get().Get()) {
78
bool previous_disallowed =
g_wait_disallowed
.Get().Get();
79
g_wait_disallowed
.Get().Set(!allowed);
Completed in 56 milliseconds