Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_restrictions.h131 ScopedAllowIO() { previous_value_ = SetIOAllowed(true); } in ScopedAllowIO()
132 ~ScopedAllowIO() { SetIOAllowed(previous_value_); } in ~ScopedAllowIO()
158 static bool SetIOAllowed(bool allowed);
182 static bool SetIOAllowed(bool) { return true; } in SetIOAllowed() function
Dthread_restrictions.cc29 bool ThreadRestrictions::SetIOAllowed(bool allowed) { in SetIOAllowed() function in base::ThreadRestrictions