Searched refs:thread_store_get (Results 1 – 4 of 4) sorted by relevance
18 void* thread_store_get(thread_store_t* store);
32 EGLThreadInfo *ti = (EGLThreadInfo *)thread_store_get(&s_tls); in getEGLThreadInfo()
61 EGLThreadInfo* ti = (EGLThreadInfo*)thread_store_get(&s_tls); in goldfish_get_egl_tls()
74 void* thread_store_get(thread_store_t* store) { in thread_store_get() function