Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_restrictions.h244 static bool SetWaitAllowed(bool allowed);
246 static bool SetWaitAllowed(bool) { return true; } in SetWaitAllowed() function
255 ScopedAllowWait() { previous_value_ = SetWaitAllowed(true); } in ScopedAllowWait()
256 ~ScopedAllowWait() { SetWaitAllowed(previous_value_); } in ~ScopedAllowWait()
Dthread_restrictions.cc77 bool ThreadRestrictions::SetWaitAllowed(bool allowed) { in SetWaitAllowed() function in base::ThreadRestrictions