Home
last modified time | relevance | path

Searched defs:task_two (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openscreen/platform/impl/
H A Dtask_runner_unittest.cc113 const auto task_two = [&ran_tasks] { ran_tasks += "2"; }; in TEST() local
135 const auto task_two = [&ran_tasks] { ran_tasks += "2"; }; in TEST() local
/aosp_15_r20/external/pigweed/pw_async2/
H A Ddispatcher_test.cc137 CounterTask task_two(wakers, 1, &counter, kNumTasks); in TEST() local