Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/OSDependent/Windows/
Dossource.cpp61 inline DWORD ToNativeTLSIndex (OS_TLSIndex nIndex) in ToNativeTLSIndex() function
87 if (TlsSetValue(ToNativeTLSIndex(nIndex), lpvValue)) in OS_SetTLSValue()
96 return TlsGetValue(ToNativeTLSIndex(nIndex)); in OS_GetTLSValue()
106 if (TlsFree(ToNativeTLSIndex(nIndex))) in OS_FreeTLSIndex()