Home
last modified time | relevance | path

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

/system/core/libcutils/
Dthreads.cpp51 void* thread_store_get( thread_store_t* store ) in thread_store_get() function
77 void* thread_store_get( thread_store_t* store ) in thread_store_get() function
/system/core/libcutils/include_vndk/cutils/
Dthreads.h67 extern void* thread_store_get(thread_store_t* store);
/system/core/libcutils/include/cutils/
Dthreads.h67 extern void* thread_store_get(thread_store_t* store);
/system/libhwbinder/
DBufferedTextOutput.cpp101 ThreadState* ts = (ThreadState*) thread_store_get( &tls ); in getThreadState()