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

/external/chromium_org/base/threading/
H A Dthread_local.h21 // ThreadLocalBoolean wraps a bool. It will default to false if it has never
112 class ThreadLocalBoolean { class in namespace:base
114 ThreadLocalBoolean() {} function in class:base::ThreadLocalBoolean
115 ~ThreadLocalBoolean() {}
128 DISALLOW_COPY_AND_ASSIGN(ThreadLocalBoolean);

Completed in 68 milliseconds