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

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
ThreadInfo.cpp 19 thread_store_t s_tls = THREAD_STORE_INITIALIZER; variable
32 EGLThreadInfo *ti = (EGLThreadInfo *)thread_store_get(&s_tls);
36 thread_store_set(&s_tls, ti, tlsDestruct);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ThreadInfo.cpp 19 thread_store_t s_tls = THREAD_STORE_INITIALIZER; variable
32 EGLThreadInfo *ti = (EGLThreadInfo *)thread_store_get(&s_tls);
36 thread_store_set(&s_tls, ti, tlsDestruct);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglThreadInfo.cpp 23 static thread_store_t s_tls = THREAD_STORE_INITIALIZER; variable
35 EglThreadInfo *ti = (EglThreadInfo *)thread_store_get(&s_tls);
38 thread_store_set(&s_tls, ti, tlsDestruct);
ThreadInfo.cpp 47 static thread_store_t s_tls = THREAD_STORE_INITIALIZER; variable
59 ThreadInfo *ti = (ThreadInfo *)thread_store_get(&s_tls);
62 thread_store_set(&s_tls, ti, tlsDestruct);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ThreadInfo.cpp 33 static thread_store_t s_tls = THREAD_STORE_INITIALIZER; variable
45 RenderThreadInfo *ti = (RenderThreadInfo *)thread_store_get(&s_tls);
48 thread_store_set(&s_tls, ti, tlsDestruct);

Completed in 68 milliseconds