Home
last modified time | relevance | path

Searched refs:pPoolIndex (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
Dossource_posix.cpp29 pthread_key_t pPoolIndex; in OS_AllocTLSIndex() local
34 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) { in OS_AllocTLSIndex()
39 return pPoolIndex; in OS_AllocTLSIndex()
/external/deqp-deps/glslang/glslang/OSDependent/Unix/
Dossource.cpp117 pthread_key_t pPoolIndex; in OS_AllocTLSIndex() local
122 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) { in OS_AllocTLSIndex()
127 return PthreadKeyToTLSIndex(pPoolIndex); in OS_AllocTLSIndex()