HomeSort by relevance Sort by last modified time
    Searched refs:LAZY_INSTANCE_INIT (Results 1 - 6 of 6) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
ThreadInfo.cpp 30 static ::emugl::LazyInstance<ThreadInfoStore> s_tls = LAZY_INSTANCE_INIT;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglThreadInfo.cpp 38 static emugl::LazyInstance<EglThreadInfoStore> s_tls = LAZY_INSTANCE_INIT;
ThreadInfo.cpp 71 static ::emugl::LazyInstance<ThreadInfoStore> s_tls = LAZY_INSTANCE_INIT;
  /sdk/emulator/opengl/shared/emugl/common/
lazy_instance_unittest.cpp 62 LazyInstance<Foo> foo_instance = LAZY_INSTANCE_INIT;
70 LazyInstance<Foo> foo_instance = LAZY_INSTANCE_INIT;
118 LazyInstance<StaticCounter> counter_instance = LAZY_INSTANCE_INIT;
lazy_instance.h 38 // static LazyInstance<Foo> gFoo = LAZY_INSTANCE_INIT;
63 // LazyInstance<FooWithDefaultParams> gFoo = LAZY_INSTANCE_INIT;
74 // static LazyInstance<Foo> sFoo = LAZY_INSTANCE_INIT;
143 #define LAZY_INSTANCE_INIT { { LAZY_INSTANCE_STATE_INIT }, { 0 } }
thread_store.cpp 189 LazyInstance<GlobalState> gGlobalState = LAZY_INSTANCE_INIT;

Completed in 64 milliseconds