Searched refs:lpvValue (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ossource_posix.cpp | 44 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() argument 51 if (pthread_setspecific(nIndex, lpvValue) == 0) in OS_SetTLSValue()
|
D | ossource_win.cpp | 40 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() argument 47 if (TlsSetValue(nIndex, lpvValue)) in OS_SetTLSValue()
|
D | osinclude.h | 60 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue);
|
/external/deqp/external/glslang/ |
D | osinclude.cpp | 43 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/ |
D | ossource.cpp | 80 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/ |
D | ossource.cpp | 130 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/ |
D | osinclude.h | 47 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue);
|