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

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
ThreadInfo.cpp 19 thread_store_t s_tls = THREAD_STORE_INITIALIZER;
  /system/core/libcutils/include/cutils/
threads.h 48 } thread_store_t; typedef in typeref:struct:__anon2786
59 } thread_store_t; typedef in typeref:struct:__anon2787
67 extern void* thread_store_get(thread_store_t* store);
69 extern void thread_store_set(thread_store_t* store,
  /system/core/libcutils/
threads.cpp 51 void* thread_store_get( thread_store_t* store )
59 extern void thread_store_set( thread_store_t* store,
77 void* thread_store_get( thread_store_t* store )
85 void thread_store_set( thread_store_t* store,
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
ThreadInfo.cpp 19 thread_store_t s_tls = THREAD_STORE_INITIALIZER;
  /frameworks/native/libs/binder/
BufferedTextOutput.cpp 92 static thread_store_t tls;
  /system/libhwbinder/
BufferedTextOutput.cpp 96 static thread_store_t tls;

Completed in 126 milliseconds