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

/external/chromium/base/threading/
H A Dthread_restrictions.h13 // Certain behavior is disallowed on certain threads. ThreadRestrictions helps
22 // base::ThreadRestrictions::SetIOAllowed(false);
28 // base::ThreadRestrictions::AssertIOAllowed();
30 // ThreadRestrictions does nothing in release builds; it is debug-only.
39 class BASE_API ThreadRestrictions { class in namespace:base
96 DISALLOW_IMPLICIT_CONSTRUCTORS(ThreadRestrictions);
/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 446 milliseconds