Home
last modified time | relevance | path

Searched refs:thread_store_t (Results 1 – 4 of 4) sorted by relevance

/system/core/libcutils/include_vndk/cutils/
Dthreads.h48 } thread_store_t; typedef
59 } thread_store_t; typedef
67 extern void* thread_store_get(thread_store_t* store);
69 extern void thread_store_set(thread_store_t* store,
/system/core/libcutils/include/cutils/
Dthreads.h48 } thread_store_t; typedef
59 } thread_store_t; typedef
67 extern void* thread_store_get(thread_store_t* store);
69 extern void thread_store_set(thread_store_t* store,
/system/core/libcutils/
Dthreads.cpp51 void* thread_store_get( thread_store_t* store ) in thread_store_get()
59 extern void thread_store_set( thread_store_t* store, in thread_store_set()
77 void* thread_store_get( thread_store_t* store ) in thread_store_get()
85 void thread_store_set( thread_store_t* store, in thread_store_set()
/system/libhwbinder/
DBufferedTextOutput.cpp97 static thread_store_t tls;