Searched refs:threadInstance (Results 1 – 1 of 1) sorted by relevance
64 std::weak_ptr<ValueT> &threadInstance = staticCache[this]; in get() local65 if (std::shared_ptr<ValueT> value = threadInstance.lock()) in get()72 threadInstance = instance; in get()