Home
last modified time | relevance | path

Searched refs:RunUntilStopped (Results 1 – 8 of 8) sorted by relevance

/external/openscreen/platform/impl/
Dtask_runner_unittest.cc97 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()
Dtask_runner.cc76 void TaskRunnerImpl::RunUntilStopped() { in RunUntilStopped() function in openscreen::TaskRunnerImpl
119 RunUntilStopped(); in RunUntilSignaled()
Dsocket_handle_waiter_posix.h27 void RunUntilStopped();
Dtask_runner.h63 void RunUntilStopped();
Dsocket_handle_waiter_posix.cc79 void SocketHandleWaiterPosix::RunUntilStopped() { in RunUntilStopped() function in openscreen::SocketHandleWaiterPosix
Dplatform_client_posix.cc85 std::thread(&TaskRunnerImpl::RunUntilStopped, task_runner_.get())) {} in PlatformClientPosix()
/external/openscreen/cast/standalone_receiver/
Dmain.cc118 runner->RunUntilStopped(); in RunCastService()
/external/openscreen/cast/standalone_sender/
Dmain.cc266 task_runner->RunUntilStopped(); in StandaloneSenderMain()