Searched refs:RunUntilStopped (Results 1 – 8 of 8) sorted by relevance
97 runner.RunUntilStopped(); in TEST()105 std::thread t([&runner] { runner.RunUntilStopped(); }); in TEST()148 runner.RunUntilStopped(); in TEST()177 runner.RunUntilStopped(); in TEST()199 runner.RunUntilStopped(); in TEST()214 runner.RunUntilStopped(); in TEST()227 runner.get()->RunUntilStopped(); in TEST()253 std::thread t([&runner] { runner.get()->RunUntilStopped(); }); in TEST()
76 void TaskRunnerImpl::RunUntilStopped() { in RunUntilStopped() function in openscreen::TaskRunnerImpl119 RunUntilStopped(); in RunUntilSignaled()
27 void RunUntilStopped();
63 void RunUntilStopped();
79 void SocketHandleWaiterPosix::RunUntilStopped() { in RunUntilStopped() function in openscreen::SocketHandleWaiterPosix
85 std::thread(&TaskRunnerImpl::RunUntilStopped, task_runner_.get())) {} in PlatformClientPosix()
118 runner->RunUntilStopped(); in RunCastService()
266 task_runner->RunUntilStopped(); in StandaloneSenderMain()