Home
last modified time | relevance | path

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

/external/libchrome/base/
Dlazy_instance_helpers.h25 BASE_EXPORT bool NeedsLazyInstance(subtle::AtomicWord* state);
79 if (internal::NeedsLazyInstance(state)) { in GetOrCreateLazyPointer()
Dlazy_instance_helpers.cc14 bool NeedsLazyInstance(subtle::AtomicWord* state) { in NeedsLazyInstance() function