Home
last modified time | relevance | path

Searched defs:DoDestroy (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pigweed/pw_async2/public/pw_async2/
H A Denqueue_heap_func.h34 void DoDestroy() final { delete this; } in DoDestroy() function
H A Dallocate_task.h32 void DoDestroy() final { deallocator_.Delete(this); } in DoDestroy() function
H A Ddispatcher_base.h262 virtual void DoDestroy() {} in DoDestroy() function
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dbump_allocator.h46 void DoDestroy() override { in DoDestroy() function
/aosp_15_r20/external/pigweed/pw_async2/
H A Ddispatcher_thread_test.cc46 void DoDestroy() override { ++destroyed; } in DoDestroy() function in pw::async2::__anon29fa2ed10111::MockTask
H A Ddispatcher_test.cc40 void DoDestroy() override { ++destroyed; } in DoDestroy() function in pw::async2::__anon7c65e6fa0111::MockTask
/aosp_15_r20/external/webrtc/rtc_base/
H A Dthread.cc380 void Thread::DoDestroy() { in DoDestroy() function in rtc::Thread