Home
last modified time | relevance | path

Searched refs:lazy_tls_bool (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/threading/
Dthread.cc29 base::LazyInstance<base::ThreadLocalBoolean> lazy_tls_bool = variable
208 lazy_tls_bool.Pointer()->Set(flag); in SetThreadWasQuitProperly()
214 quit_properly = lazy_tls_bool.Pointer()->Get(); in GetThreadWasQuitProperly()