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

  /system/core/include/cutils/
threads.h 41 } thread_store_t; typedef in typeref:struct:__anon17341
55 } thread_store_t; typedef in typeref:struct:__anon17342
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,
  /frameworks/base/libs/utils/
BufferedTextOutput.cpp 89 static thread_store_t tls;

Completed in 265 milliseconds