Home
last modified time | relevance | path

Searched refs:DE_THREAD_LOCAL (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/delibs/dethread/
DdeThreadLocal.h32 # define DE_THREAD_LOCAL __declspec(thread) macro
34 # define DE_THREAD_LOCAL __thread
DdeThreadTest.c71 #if defined(DE_THREAD_LOCAL)
73 static DE_THREAD_LOCAL int tls_testVar = 123;
156 #if defined(DE_THREAD_LOCAL) in deThread_selfTest()
/external/deqp/framework/opengl/wrapper/
DglwWrapper.cpp40 #if defined(DE_THREAD_LOCAL)
43 DE_THREAD_LOCAL const glw::Functions* s_functions = DE_NULL;