Searched defs:DoDestroy (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pigweed/pw_async2/public/pw_async2/ | ||
H A D | enqueue_heap_func.h | 34 void DoDestroy() final { delete this; } in DoDestroy() function |
H A D | allocate_task.h | 32 void DoDestroy() final { deallocator_.Delete(this); } in DoDestroy() function |
H A D | dispatcher_base.h | 262 virtual void DoDestroy() {} in DoDestroy() function |
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/ | ||
H A D | bump_allocator.h | 46 void DoDestroy() override { in DoDestroy() function |
/aosp_15_r20/external/pigweed/pw_async2/ | ||
H A D | dispatcher_thread_test.cc | 46 void DoDestroy() override { ++destroyed; } in DoDestroy() function in pw::async2::__anon29fa2ed10111::MockTask |
H A D | dispatcher_test.cc | 40 void DoDestroy() override { ++destroyed; } in DoDestroy() function in pw::async2::__anon7c65e6fa0111::MockTask |
/aosp_15_r20/external/webrtc/rtc_base/ | ||
H A D | thread.cc | 380 void Thread::DoDestroy() { in DoDestroy() function in rtc::Thread |