Searched refs:ThreadInfoStore (Results 1 – 1 of 1) sorted by relevance
36 class ThreadInfoStore : public ThreadStoreBase { class38 ThreadInfoStore() : ThreadStoreBase(NULL) { } in ThreadInfoStore() function in ThreadInfoStore39 ~ThreadInfoStore();42 static LazyInstance<ThreadInfoStore> sTls = LAZY_INSTANCE_INIT;44 ThreadInfoStore::~ThreadInfoStore() { in ~ThreadInfoStore()