Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_restrictions.cc161 bool ThreadRestrictions::SetWaitAllowed(bool allowed) { in SetWaitAllowed() function in base::ThreadRestrictions
168 : was_allowed_(SetWaitAllowed(true)) {} in ScopedAllowWait()
171 SetWaitAllowed(was_allowed_); in ~ScopedAllowWait()
Dthread_restrictions.h508 static bool SetWaitAllowed(bool allowed);
510 static bool SetWaitAllowed(bool allowed) { return true; } in SetWaitAllowed() function