Searched refs:ThreadLocalData (Results 1 – 1 of 1) sorted by relevance
28 typedef vector<void *> ThreadLocalData; typedef30 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()