Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/common/
Dtls.cpp28 typedef vector<void *> ThreadLocalData; typedef
30 static __declspec(thread) ThreadLocalData *currentThreadData = nullptr;
31 static set<ThreadLocalData *> allThreadData;
110 ThreadLocalData *threadData = currentThreadData; in SetTLSValue()
113 threadData = new ThreadLocalData(index + 1, nullptr); in SetTLSValue()
142 ThreadLocalData *threadData = currentThreadData; in GetTLSValue()