Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dossource_posix.cpp44 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() argument
51 if (pthread_setspecific(nIndex, lpvValue) == 0) in OS_SetTLSValue()
Dossource_win.cpp40 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() argument
47 if (TlsSetValue(nIndex, lpvValue)) in OS_SetTLSValue()
Dosinclude.h60 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue);
/external/deqp/external/glslang/
Dosinclude.cpp43 bool OS_SetTLSValue (OS_TLSIndex nIndex, void* lpvValue) in OS_SetTLSValue() argument
45 deThreadLocal_set((deThreadLocal)nIndex, lpvValue); in OS_SetTLSValue()
/external/deqp-deps/glslang/glslang/OSDependent/Windows/
Dossource.cpp80 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() argument
87 if (TlsSetValue(ToNativeTLSIndex(nIndex), lpvValue)) in OS_SetTLSValue()
/external/deqp-deps/glslang/glslang/OSDependent/Unix/
Dossource.cpp130 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() argument
137 if (pthread_setspecific(TLSIndexToPthreadKey(nIndex), lpvValue) == 0) in OS_SetTLSValue()
/external/deqp-deps/glslang/glslang/OSDependent/
Dosinclude.h47 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue);