Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 12 of 12) sorted by relevance

/system/core/libcutils/
Dthreads.c59 thread_store_destruct_t destroy) in thread_store_set() argument
63 if (pthread_key_create( &store->tls, destroy) != 0) { in thread_store_set()
85 thread_store_destruct_t destroy ) in thread_store_set() argument
/system/core/libsync/tests/
Dsync_test.cpp40 void destroy() { in destroy() function in __anone6a4a87d0111::SyncTimeline
48 destroy(); in ~SyncTimeline()
105 destroy(); in operator =()
159 void destroy() { in destroy() function in __anone6a4a87d0111::SyncFence
166 destroy(); in ~SyncFence()
372 timeline.destroy(); in TEST()
403 timeline.destroy(); in TEST()
/system/vold/
DVolumeManager.cpp272 mInternalEmulated->destroy(); in stop()
331 (*i)->destroy(); in handleBlockEvent()
630 mInternalEmulated->destroy(); in reset()
633 disk->destroy(); in reset()
642 mInternalEmulated->destroy(); in shutdown()
644 disk->destroy(); in shutdown()
877 Devmapper::destroy(idHash); in createAsec()
892 Devmapper::destroy(idHash); in createAsec()
908 Devmapper::destroy(idHash); in createAsec()
919 Devmapper::destroy(idHash); in createAsec()
[all …]
DBenchmark.cpp108 nsecs_t destroy = systemTime(SYSTEM_TIME_BOOTTIME); in benchmark() local
123 nsecs_t destroy_d = destroy - run; in benchmark()
DDevmapper.h29 static int destroy(const char *name);
DDisk.cpp126 status_t Disk::destroy() { in destroy() function in android::vold::Disk
141 vol->destroy(); in createPublicVolume()
171 vol->destroy(); in createPrivateVolume()
183 vol->destroy(); in destroyAllVolumes()
DMoveTask.cpp160 vol->destroy(); in bringOffline()
168 vol->destroy(); in bringOnline()
DVolumeBase.cpp178 status_t VolumeBase::destroy() { in destroy() function in android::vold::VolumeBase
223 if (vol->destroy()) { in unmount()
DDisk.h71 status_t destroy();
DVolumeBase.h99 status_t destroy();
DDevmapper.cpp264 int Devmapper::destroy(const char *name) { in destroy() function in Devmapper
/system/core/include/cutils/
Dthreads.h71 thread_store_destruct_t destroy);