Home
last modified time | relevance | path

Searched refs:PostTaskWithPostingDestructor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_loop_unittest.cc2243 ~PostTaskOnDestroy() { PostTaskWithPostingDestructor(times_remaining_); } in ~PostTaskOnDestroy()
2246 static void PostTaskWithPostingDestructor(int times) { in PostTaskWithPostingDestructor() function in base::__anond5768f931611::PostTaskOnDestroy
2271 PostTaskOnDestroy::PostTaskWithPostingDestructor(1000); in TEST()
2279 PostTaskOnDestroy::PostTaskWithPostingDestructor(10); in TEST()
/aosp_15_r20/external/cronet/base/task/
H A Dsingle_thread_task_executor_unittest.cc2118 ~PostTaskOnDestroy() { PostTaskWithPostingDestructor(times_remaining_); } in ~PostTaskOnDestroy()
2121 static void PostTaskWithPostingDestructor(int times) { in PostTaskWithPostingDestructor() function in base::__anonadaa09f91911::PostTaskOnDestroy
2141 PostTaskOnDestroy::PostTaskWithPostingDestructor(10); in TEST()