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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
ThreadInfo.cpp 23 class ThreadInfoStore : public ::emugl::ThreadStore {
25 ThreadInfoStore() : ::emugl::ThreadStore(NULL) {}
30 static ::emugl::LazyInstance<ThreadInfoStore> s_tls = LAZY_INSTANCE_INIT;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
ThreadInfo.cpp 36 class ThreadInfoStore : public ::emugl::ThreadStore {
38 ThreadInfoStore() : ::emugl::ThreadStore(&destructor) {}
53 size_t ThreadInfoStore::mNumInstances = 0;
71 static ::emugl::LazyInstance<ThreadInfoStore> s_tls = LAZY_INSTANCE_INIT;
80 ti, (int)ThreadInfoStore::getInstanceCount());

Completed in 913 milliseconds