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

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
ThreadInfo.cpp 21 static void tlsDestruct(void *ptr)
36 thread_store_set(&s_tls, ti, tlsDestruct);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ThreadInfo.cpp 21 static void tlsDestruct(void *ptr)
36 thread_store_set(&s_tls, ti, tlsDestruct);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglThreadInfo.cpp 25 static void tlsDestruct(void *ptr)
38 thread_store_set(&s_tls, ti, tlsDestruct);
ThreadInfo.cpp 49 static void tlsDestruct(void *ptr)
62 thread_store_set(&s_tls, ti, tlsDestruct);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ThreadInfo.cpp 35 static void tlsDestruct(void *ptr)
48 thread_store_set(&s_tls, ti, tlsDestruct);

Completed in 123 milliseconds