Searched defs:destroy (Results 1 - 3 of 3) sorted by relevance

/system/core/libcutils/
H A Dthreads.c32 thread_store_destruct_t destroy)
36 if (pthread_key_create( &store->tls, destroy) != 0) {
60 thread_store_destruct_t destroy )
30 thread_store_set( thread_store_t* store, void* value, thread_store_destruct_t destroy) argument
/system/vold/
H A DDevmapper.cpp264 int Devmapper::destroy(const char *name) { function in class:Devmapper
/system/media/wilhelm/src/itf/
H A DIObject.c527 // The pre-destroy hook is called with mutex locked, and should block until it is safe to
528 // destroy. It is OK to unlock the mutex temporarily, as it long as it re-locks the mutex
549 VoidHook destroy = clazz->mDestroy; local
574 // The destroy hook is called with mutex locked
575 if (NULL != destroy) {
576 (*destroy)(thiz);

Completed in 1684 milliseconds