Home
last modified time | relevance | path

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

/external/angle/src/common/
Dtls.cpp30 static __declspec(thread) ThreadLocalData *currentThreadData = nullptr; variable
112 ThreadLocalData *threadData = currentThreadData; in SetTLSValue()
117 currentThreadData = threadData; in SetTLSValue()
144 ThreadLocalData *threadData = currentThreadData; in GetTLSValue()