Home
last modified time | relevance | path

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

/external/openscreen/platform/impl/
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
/external/pigweed/pw_async2/
Ddispatcher_test.cc112 CounterTask task_two(&wakers, &counter, num_tasks); in TEST() local