Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_restrictions.h229 static bool SetWaitAllowed(bool allowed);
231 static bool SetWaitAllowed(bool allowed) { return true; } in SetWaitAllowed() function
240 ScopedAllowWait() { previous_value_ = SetWaitAllowed(true); } in ScopedAllowWait()
241 ~ScopedAllowWait() { SetWaitAllowed(previous_value_); } in ~ScopedAllowWait()
Dthread_restrictions.cc81 bool ThreadRestrictions::SetWaitAllowed(bool allowed) { in SetWaitAllowed() function in base::ThreadRestrictions