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

/external/libchrome/base/threading/
H A Dthread_local.h21 // ThreadLocalBoolean wraps a bool. It will default to false if it has never
78 class ThreadLocalBoolean { class in namespace:base
80 ThreadLocalBoolean() = default;
81 ~ThreadLocalBoolean() = default;
94 DISALLOW_COPY_AND_ASSIGN(ThreadLocalBoolean);

Completed in 199 milliseconds