Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A 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()