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

/external/chromium_org/base/threading/
H A Dthread_restrictions.h94 // Certain behavior is disallowed on certain threads. ThreadRestrictions helps
103 // base::ThreadRestrictions::SetIOAllowed(false);
109 // base::ThreadRestrictions::AssertIOAllowed();
119 class BASE_EXPORT ThreadRestrictions { class in namespace:base
254 DISALLOW_IMPLICIT_CONSTRUCTORS(ThreadRestrictions);

Completed in 81 milliseconds