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

  /sdk/emulator/opengl/system/OpenglSystemCommon/
ThreadInfo.cpp 19 thread_store_t s_tls = THREAD_STORE_INITIALIZER;
  /sdk/emulator/opengl/tests/gles_android_wrapper/
ThreadInfo.cpp 19 thread_store_t s_tls = THREAD_STORE_INITIALIZER;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglThreadInfo.cpp 23 static thread_store_t s_tls = THREAD_STORE_INITIALIZER;
ThreadInfo.cpp 47 static thread_store_t s_tls = THREAD_STORE_INITIALIZER;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ThreadInfo.cpp 33 static thread_store_t s_tls = THREAD_STORE_INITIALIZER;
  /system/core/include/cutils/
threads.h 43 #define THREAD_STORE_INITIALIZER { PTHREAD_MUTEX_INITIALIZER, 0, 0 }
57 #define THREAD_STORE_INITIALIZER { 0, 0, 0, {0, 0, 0, 0, 0, 0} }
  /system/core/libcutils/
qsort_r_compat.c 63 static thread_store_t compar_data_key = THREAD_STORE_INITIALIZER;

Completed in 2209 milliseconds