Searched defs:task_one (Results 1 – 2 of 2) sorted by relevance
110 const auto task_one = [&ran_tasks] { ran_tasks += "1"; }; in TEST() local134 const auto task_one = [&ran_tasks] { ran_tasks += "1"; }; in TEST() local
136 CounterTask task_one(wakers, 0, &counter, kNumTasks); in TEST() local