OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadLocalBoolean
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/threading/
thread_local.h
21
//
ThreadLocalBoolean
wraps a bool. It will default to false if it has never
107
class
ThreadLocalBoolean
{
109
ThreadLocalBoolean
() { }
110
~
ThreadLocalBoolean
() { }
123
DISALLOW_COPY_AND_ASSIGN(
ThreadLocalBoolean
);
/external/chromium_org/base/threading/
thread_local.h
21
//
ThreadLocalBoolean
wraps a bool. It will default to false if it has never
106
class
ThreadLocalBoolean
{
108
ThreadLocalBoolean
() {}
109
~
ThreadLocalBoolean
() {}
122
DISALLOW_COPY_AND_ASSIGN(
ThreadLocalBoolean
);
/external/chromium_org/mojo/public/utility/
thread_local.h
21
//
ThreadLocalBoolean
wraps a bool. It will default to false if it has never
108
class
ThreadLocalBoolean
{
110
ThreadLocalBoolean
() {}
111
~
ThreadLocalBoolean
() {}
124
MOJO_DISALLOW_COPY_AND_ASSIGN(
ThreadLocalBoolean
);
Completed in 763 milliseconds