OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OS_GetTLSValue
(Results
1 - 8
of
8
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/OSDependent/
osinclude.h
49
void*
OS_GetTLSValue
(OS_TLSIndex nIndex);
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/OGLCompilersDLL/
InitializeDll.cpp
99
if (
OS_GetTLSValue
(ThreadInitializeIndex) != 0)
123
if (
OS_GetTLSValue
(ThreadInitializeIndex) != 0) {
/external/swiftshader/src/OpenGL/compiler/
InitializeParseContext.cpp
46
return static_cast<TParseContext*>(
OS_GetTLSValue
(GlobalParseContextIndex));
osinclude.h
63
inline void*
OS_GetTLSValue
(OS_TLSIndex nIndex)
PoolAlloc.cpp
46
return static_cast<TPoolAllocator*>(
OS_GetTLSValue
(PoolIndex));
/external/deqp/external/glslang/
osinclude.cpp
55
void*
OS_GetTLSValue
(OS_TLSIndex nIndex)
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
PoolAlloc.cpp
47
TThreadMemoryPools* pools = static_cast<TThreadMemoryPools*>(
OS_GetTLSValue
(PoolIndex));
63
TThreadMemoryPools* globalPools = static_cast<TThreadMemoryPools*>(
OS_GetTLSValue
(PoolIndex));
89
TThreadMemoryPools* threadData = static_cast<TThreadMemoryPools*>(
OS_GetTLSValue
(PoolIndex));
96
TThreadMemoryPools* threadData = static_cast<TThreadMemoryPools*>(
OS_GetTLSValue
(PoolIndex));
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/OSDependent/Unix/
ossource.cpp
143
void*
OS_GetTLSValue
(OS_TLSIndex nIndex)
Completed in 984 milliseconds