OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OS_SetTLSValue
(Results
1 - 10
of
10
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/OSDependent/
osinclude.h
47
bool
OS_SetTLSValue
(OS_TLSIndex nIndex, void *lpvValue);
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/OGLCompilersDLL/
InitializeDll.cpp
104
if (!
OS_SetTLSValue
(ThreadInitializeIndex, (void *)1)) {
124
if (!
OS_SetTLSValue
(ThreadInitializeIndex, (void *)0)) {
/external/swiftshader/src/OpenGL/compiler/
InitializeParseContext.cpp
40
OS_SetTLSValue
(GlobalParseContextIndex, context);
ossource_posix.cpp
44
bool
OS_SetTLSValue
(OS_TLSIndex nIndex, void *lpvValue)
47
assert(0 && "
OS_SetTLSValue
(): Invalid TLS Index");
61
assert(0 && "
OS_SetTLSValue
(): Invalid TLS Index");
ossource_win.cpp
40
bool
OS_SetTLSValue
(OS_TLSIndex nIndex, void *lpvValue)
43
assert(0 && "
OS_SetTLSValue
(): Invalid TLS Index");
57
assert(0 && "
OS_SetTLSValue
(): Invalid TLS Index");
osinclude.h
60
bool
OS_SetTLSValue
(OS_TLSIndex nIndex, void *lpvValue);
PoolAlloc.cpp
52
OS_SetTLSValue
(PoolIndex, poolAllocator);
/external/deqp/external/glslang/
osinclude.cpp
43
bool
OS_SetTLSValue
(OS_TLSIndex nIndex, void* lpvValue)
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/OSDependent/Unix/
ossource.cpp
130
bool
OS_SetTLSValue
(OS_TLSIndex nIndex, void *lpvValue)
133
assert(0 && "
OS_SetTLSValue
(): Invalid TLS Index");
155
assert(0 && "
OS_SetTLSValue
(): Invalid TLS Index");
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
PoolAlloc.cpp
57
OS_SetTLSValue
(PoolIndex, threadData);
Completed in 449 milliseconds