Searched refs:thread_store_t (Results 1 - 3 of 3) sorted by relevance

/system/core/include/cutils/
H A Dthreads.h41 } thread_store_t; typedef in typeref:struct:__anon309
55 } thread_store_t; typedef in typeref:struct:__anon310
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/
H A Dthreads.c20 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,
H A Dqsort_r_compat.c63 static thread_store_t compar_data_key = THREAD_STORE_INITIALIZER;

Completed in 201 milliseconds