Searched refs:OS_SetTLSValue (Results 1 – 16 of 16) sorted by relevance
/external/deqp-deps/glslang/OGLCompilersDLL/ |
D | InitializeDll.cpp | 108 if (! OS_SetTLSValue(ThreadInitializeIndex, (void *)1)) { in InitThread() 134 if (!OS_SetTLSValue(ThreadInitializeIndex, (void *)0)) { in DetachThread()
|
/external/angle/third_party/vulkan-deps/glslang/src/OGLCompilersDLL/ |
D | InitializeDll.cpp | 108 if (! OS_SetTLSValue(ThreadInitializeIndex, (void *)1)) { in InitThread() 134 if (!OS_SetTLSValue(ThreadInitializeIndex, (void *)0)) { in DetachThread()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/OSDependent/ |
D | osinclude.h | 47 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue);
|
/external/deqp-deps/glslang/glslang/OSDependent/ |
D | osinclude.h | 47 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue);
|
/external/swiftshader/src/OpenGL/compiler/ |
D | InitializeParseContext.cpp | 40 OS_SetTLSValue(GlobalParseContextIndex, context); in SetGlobalParseContext()
|
D | ossource_posix.cpp | 44 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() function
|
D | ossource_win.cpp | 40 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() function
|
D | osinclude.h | 60 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue);
|
D | PoolAlloc.cpp | 53 OS_SetTLSValue(PoolIndex, poolAllocator); in SetGlobalPoolAllocator()
|
/external/deqp/external/glslang/ |
D | osinclude.cpp | 43 bool OS_SetTLSValue (OS_TLSIndex nIndex, void* lpvValue) in OS_SetTLSValue() function
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/OSDependent/Windows/ |
D | ossource.cpp | 80 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() function
|
/external/deqp-deps/glslang/glslang/OSDependent/Windows/ |
D | ossource.cpp | 80 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() function
|
/external/deqp-deps/glslang/glslang/OSDependent/Unix/ |
D | ossource.cpp | 133 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() function
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/OSDependent/Unix/ |
D | ossource.cpp | 133 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() function
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 55 OS_SetTLSValue(PoolIndex, poolAllocator); in SetThreadPoolAllocator()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 55 OS_SetTLSValue(PoolIndex, poolAllocator); in SetThreadPoolAllocator()
|