Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/OSDependent/Unix/
Dossource.cpp110 inline pthread_key_t TLSIndexToPthreadKey(OS_TLSIndex nIndex) in TLSIndexToPthreadKey() function
137 if (pthread_setspecific(TLSIndexToPthreadKey(nIndex), lpvValue) == 0) in OS_SetTLSValue()
149 return pthread_getspecific(TLSIndexToPthreadKey(nIndex)); in OS_GetTLSValue()
162 if (pthread_key_delete(TLSIndexToPthreadKey(nIndex)) == 0) in OS_FreeTLSIndex()