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

/system/core/libcutils/
H A Dthreads.c59 thread_store_destruct_t destroy)
63 if (pthread_key_create( &store->tls, destroy) != 0) {
85 thread_store_destruct_t destroy )
57 thread_store_set( thread_store_t* store, void* value, thread_store_destruct_t destroy) argument
/system/chre/util/include/chre/util/
H A Dmemory_impl.h30 inline void destroy(ElementType *first, size_t count) { function in namespace:chre
/system/netd/tests/
H A Dtun_interface.cpp87 void TunInterface::destroy() { function in class:android::net::TunInterface
/system/vold/
H A DBenchmark.cpp108 nsecs_t destroy = systemTime(SYSTEM_TIME_BOOTTIME); local
123 nsecs_t destroy_d = destroy - run;
128 LOG(INFO) << "destroy took " << nanoseconds_to_milliseconds(destroy_d) << "ms";
H A DDevmapper.cpp264 int Devmapper::destroy(const char *name) { function in class:Devmapper
H A DVolumeBase.cpp176 status_t VolumeBase::destroy() { function in class:android::vold::VolumeBase
221 if (vol->destroy()) {
222 LOG(WARNING) << getId() << " failed to destroy " << vol->getId()
H A DDisk.cpp160 status_t Disk::destroy() { function in class:android::vold::Disk
175 vol->destroy();
205 vol->destroy();
217 vol->destroy();
/system/core/libsync/tests/
H A Dsync_test.cpp40 void destroy() { function in class:__anon1645::SyncTimeline
48 destroy();
105 destroy();
159 void destroy() { function in class:__anon1645::SyncFence
166 destroy();
410 timeline.destroy();

Completed in 142 milliseconds