Searched refs:destroy (Results 1 - 6 of 6) 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.h29 static int destroy(const char *name);
H A DVolumeManager.cpp250 SLOGE("ASEC file '%s' currently exists - destroy it first! (%s)",
313 Devmapper::destroy(idHash);
324 Devmapper::destroy(idHash);
335 Devmapper::destroy(idHash);
351 Devmapper::destroy(idHash);
364 Devmapper::destroy(idHash);
376 Devmapper::destroy(idHash);
552 if (Devmapper::destroy(idHash) && errno != ENXIO) {
553 SLOGE("Failed to destroy devmapper instance (%s)", strerror(errno));
587 SLOGD("Unmounting container before destroy");
[all...]
H A DDevmapper.cpp264 int Devmapper::destroy(const char *name) { function in class:Devmapper
/system/core/include/cutils/
H A Dthreads.h69 thread_store_destruct_t destroy);
/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 337 milliseconds