HomeSort by relevance Sort by last modified time
    Searched refs:SetWaitAllowed (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/threading/
thread_restrictions.h 221 static bool SetWaitAllowed(bool allowed);
223 static bool SetWaitAllowed(bool allowed) { return true; }
232 ScopedAllowWait() { previous_value_ = SetWaitAllowed(true); }
233 ~ScopedAllowWait() { SetWaitAllowed(previous_value_); }
thread_restrictions.cc 77 bool ThreadRestrictions::SetWaitAllowed(bool allowed) {

Completed in 532 milliseconds