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

  /system/core/libcutils/
threads.c 20 void* thread_store_get( thread_store_t* store )
28 extern void thread_store_set( thread_store_t* store,
48 void* thread_store_get( thread_store_t* store )
56 void thread_store_set( thread_store_t* store,
  /system/core/include/cutils/
threads.h 41 } thread_store_t; typedef in typeref:struct:__anon63424
55 } thread_store_t; typedef in typeref:struct:__anon63425
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,
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
ThreadInfo.cpp 19 thread_store_t s_tls = THREAD_STORE_INITIALIZER;
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ThreadInfo.cpp 19 thread_store_t s_tls = THREAD_STORE_INITIALIZER;
  /frameworks/base/tools/aapt/
qsort_r_compat.c 69 static thread_store_t compar_data_key = THREAD_STORE_INITIALIZER;
  /frameworks/native/libs/binder/
BufferedTextOutput.cpp 89 static thread_store_t tls;
  /prebuilts/sdk/tools/linux/
aapt 

Completed in 142 milliseconds