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

  /development/tools/emulator/opengl/system/OpenglSystemCommon/
ThreadInfo.cpp 19 thread_store_t s_tls = THREAD_STORE_INITIALIZER;
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
ThreadInfo.cpp 19 thread_store_t s_tls = THREAD_STORE_INITIALIZER;
  /system/core/include/cutils/
threads.h 41 } thread_store_t; typedef in typeref:struct:__anon25920
55 } thread_store_t; typedef in typeref:struct:__anon25921
60 # error "no thread_store_t implementation for your platform !!"
65 extern void* thread_store_get(thread_store_t* store);
67 extern void thread_store_set(thread_store_t* store,
  /system/core/libcutils/
threads.c 20 void* thread_store_get( thread_store_t* store )
30 extern void thread_store_set( thread_store_t* store,
50 void* thread_store_get( thread_store_t* store )
58 void thread_store_set( thread_store_t* store,
  /development/tools/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;
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
ThreadInfo.cpp 33 static thread_store_t s_tls = THREAD_STORE_INITIALIZER;
  /frameworks/base/libs/utils/
BufferedTextOutput.cpp 89 static thread_store_t tls;

Completed in 3941 milliseconds