Searched refs:nested_run_loop (Results 1 – 3 of 3) sorted by relevance
1388 RunLoop nested_run_loop; in TEST_P() local1392 BindOnce(&FuncThatRuns, &order, 1, Unretained(&nested_run_loop))); in TEST_P()1398 nested_run_loop.QuitClosure()); in TEST_P()1418 RunLoop nested_run_loop; in TEST_P() local1422 BindOnce(&FuncThatRuns, &order, 1, Unretained(&nested_run_loop))); in TEST_P()1424 nested_run_loop.QuitClosure()); in TEST_P()1445 RunLoop* nested_run_loop) { in QuitAndRunNestedLoop() argument1448 nested_run_loop->Run(); in QuitAndRunNestedLoop()1459 RunLoop nested_run_loop; in TEST_P() local1462 nested_run_loop.QuitClosure()); in TEST_P()[all …]
350 [](RunLoop* nested_run_loop, const Location& location2, in TEST_F()353 nested_run_loop->RunUntilIdle(); in TEST_F()
500 base::RunLoop nested_run_loop(base::RunLoop::Type::kNestableTasksAllowed); in AccumulateWithNestedLoop() local501 accumulator->set_closure(nested_run_loop.QuitClosure()); in AccumulateWithNestedLoop()502 nested_run_loop.Run(); in AccumulateWithNestedLoop()