Home
last modified time | relevance | path

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

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