HomeSort by relevance Sort by last modified time
    Searched refs:DE_THREAD_LOCAL (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/delibs/dethread/
deThreadLocal.h 32 # define DE_THREAD_LOCAL __declspec(thread)
34 # define DE_THREAD_LOCAL __thread
deThreadTest.c 71 #if defined(DE_THREAD_LOCAL)
73 static DE_THREAD_LOCAL int tls_testVar = 123;
156 #if defined(DE_THREAD_LOCAL)
  /external/deqp/framework/opengl/wrapper/
glwWrapper.cpp 40 #if defined(DE_THREAD_LOCAL)
43 DE_THREAD_LOCAL const glw::Functions* s_functions = DE_NULL;
55 #else // defined(DE_THREAD_LOCAL)
99 #endif // defined(DE_THREAD_LOCAL)

Completed in 131 milliseconds