Searched refs:thread_store_get (Results 1 – 4 of 4) sorted by relevance
51 void* thread_store_get( thread_store_t* store ) in thread_store_get() function77 void* thread_store_get( thread_store_t* store ) in thread_store_get() function
67 extern void* thread_store_get(thread_store_t* store);
101 ThreadState* ts = (ThreadState*) thread_store_get( &tls ); in getThreadState()