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

  /external/chromium/base/threading/
thread_restrictions.cc 27 bool ThreadRestrictions::SetIOAllowed(bool allowed) {
40 "base::ThreadRestrictions::SetIOAllowed() in this thread's "
thread_restrictions.h 22 // base::ThreadRestrictions::SetIOAllowed(false);
45 ScopedAllowIO() { previous_value_ = SetIOAllowed(true); }
46 ~ScopedAllowIO() { SetIOAllowed(previous_value_); }
72 static bool SetIOAllowed(bool allowed);
89 static bool SetIOAllowed(bool allowed) { return true; }

Completed in 41 milliseconds