Home
last modified time | relevance | path

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

/external/openscreen/platform/impl/
Dtask_runner_unittest.cc110 const auto task_one = [&ran_tasks] { ran_tasks += "1"; }; in TEST() local
134 const auto task_one = [&ran_tasks] { ran_tasks += "1"; }; in TEST() local
/external/pigweed/pw_async2/
Ddispatcher_test.cc136 CounterTask task_one(wakers, 0, &counter, kNumTasks); in TEST() local