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

  /external/chromium_org/base/threading/
thread_restrictions.cc 29 bool ThreadRestrictions::SetIOAllowed(bool allowed) {
42 "base::ThreadRestrictions::SetIOAllowed() in this thread's "
thread_restrictions.h 96 // base::ThreadRestrictions::SetIOAllowed(false);
118 ScopedAllowIO() { previous_value_ = SetIOAllowed(true); }
119 ~ScopedAllowIO() { SetIOAllowed(previous_value_); }
145 static bool SetIOAllowed(bool allowed);
169 static bool SetIOAllowed(bool allowed) { return true; }

Completed in 187 milliseconds