Home
last modified time | relevance | path

Searched refs:store (Results 1 – 8 of 8) sorted by relevance

/system/core/libcutils/
Dthreads.c49 void* thread_store_get( thread_store_t* store ) in thread_store_get() argument
51 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() argument
61 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 …]
/system/core/include/cutils/
Dthreads.h67 extern void* thread_store_get(thread_store_t* store);
69 extern void thread_store_set(thread_store_t* store,
/system/core/libpixelflinger/codeflinger/
Dload_store.cpp27 void GGLAssembler::store(const pointer_t& addr, const pixel_t& s, uint32_t flags) in store() function in android::GGLAssembler
DGGLAssembler.h381 void store(const pointer_t& addr, const pixel_t& src, uint32_t flags=0);
DMIPSAssembler.h331 #pragma mark Load/store...
DGGLAssembler.cpp306 store(parts.cbPtr, pixel, WRITE_BACK); in scanline_core()
DMIPSAssembler.cpp1696 #pragma mark Load/store...
/system/core/rootdir/
Dinit.rc164 # Create location for fs_mgr to store abbreviated output from filesystem