Searched defs:ThreadRestrictions (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/threading/
H A Dthread_restrictions.h87 // Certain behavior is disallowed on certain threads. ThreadRestrictions helps
96 // base::ThreadRestrictions::SetIOAllowed(false);
102 // base::ThreadRestrictions::AssertIOAllowed();
112 class BASE_EXPORT ThreadRestrictions { class in namespace:base
246 DISALLOW_IMPLICIT_CONSTRUCTORS(ThreadRestrictions);

Completed in 176 milliseconds