Searched refs:store (Results 1 – 8 of 8) sorted by relevance
49 void* thread_store_get( thread_store_t* store ) in thread_store_get() argument51 if (!store->has_tls) in thread_store_get()54 return pthread_getspecific( store->tls ); in thread_store_get()57 extern void thread_store_set( thread_store_t* store, in thread_store_set() argument61 pthread_mutex_lock( &store->lock ); in thread_store_set()62 if (!store->has_tls) { in thread_store_set()63 if (pthread_key_create( &store->tls, destroy) != 0) { in thread_store_set()64 pthread_mutex_unlock(&store->lock); in thread_store_set()67 store->has_tls = 1; in thread_store_set()69 pthread_mutex_unlock( &store->lock ); in thread_store_set()[all …]
67 extern void* thread_store_get(thread_store_t* store);69 extern void thread_store_set(thread_store_t* store,
27 void GGLAssembler::store(const pointer_t& addr, const pixel_t& s, uint32_t flags) in store() function in android::GGLAssembler
381 void store(const pointer_t& addr, const pixel_t& src, uint32_t flags=0);
331 #pragma mark Load/store...
306 store(parts.cbPtr, pixel, WRITE_BACK); in scanline_core()
1696 #pragma mark Load/store...
164 # Create location for fs_mgr to store abbreviated output from filesystem