Lines Matching refs:run_loop
88 base::RunLoop run_loop; in MULTIPROCESS_TEST_MAIN() local
89 run_loop.RunUntilIdle(); in MULTIPROCESS_TEST_MAIN()
240 base::RunLoop run_loop; in RunPingPongServer() local
243 run_loop.QuitWhenIdleClosure()); in RunPingPongServer()
248 run_loop.Run(); in RunPingPongServer()
288 base::RunLoop run_loop; in RunPingPongServer() local
289 quit_closure_ = run_loop.QuitWhenIdleClosure(); in RunPingPongServer()
290 run_loop.Run(); in RunPingPongServer()
370 base::RunLoop run_loop; in RunPingPongClient() local
371 ReflectorImpl impl(std::move(scoped_mp), run_loop.QuitWhenIdleClosure()); in RunPingPongClient()
372 run_loop.Run(); in RunPingPongClient()