OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadRestrictions
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/threading/
thread_restrictions.h
13
// 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
{
96
DISALLOW_IMPLICIT_CONSTRUCTORS(
ThreadRestrictions
);
/external/chromium_org/base/threading/
thread_restrictions.h
87
// Certain behavior is disallowed on certain threads.
ThreadRestrictions
helps
96
// base::
ThreadRestrictions
::SetIOAllowed(false);
102
// base::
ThreadRestrictions
::AssertIOAllowed();
112
class BASE_EXPORT
ThreadRestrictions
{
246
DISALLOW_IMPLICIT_CONSTRUCTORS(
ThreadRestrictions
);
Completed in 421 milliseconds