Searched refs:run_loop_ (Results 1 – 8 of 8) sorted by relevance
79 run_loop_->QuitWhenIdle(); in OnQuit()89 base::RunLoop* run_loop_ = nullptr; member in __anon67462d880111::QuitListener128 run_loop_->QuitWhenIdle(); in OnQuit()131 base::RunLoop* run_loop_ = nullptr; member in __anon67462d880111::ChannelReflectorListener270 CreateRunLoopAndRun(&listener_->run_loop_); in SendQuitMessageAndWaitForIdle()409 CreateRunLoopAndRun(&listener_->run_loop_); in SendQuitMessageAndWaitForIdle()432 CreateRunLoopAndRun(&listener.run_loop_); in DEFINE_IPC_CHANNEL_MOJO_TEST_CLIENT()
1216 run_loop_.reset(new base::RunLoop); in WaitForValueRequest()1217 run_loop_->Run(); in WaitForValueRequest()1239 DCHECK(run_loop_); in RequestValue()1240 run_loop_->Quit(); in RequestValue()1253 DCHECK(run_loop_); in OnMessageReceived()1254 run_loop_->Quit(); in OnMessageReceived()1272 std::unique_ptr<base::RunLoop> run_loop_; member in __anon673fdb7b0111::SimpleTestClientImpl
100 run_loop_->QuitWhenIdle(); in TestDelayedTask()134 run_loop_->QuitWhenIdle(); in TestImmediateTask()182 run_loop_.reset(new RunLoop()); in Benchmark()183 run_loop_->Run(); in Benchmark()200 std::unique_ptr<RunLoop> run_loop_; member in base::sequence_manager::SequenceManagerPerfTest
142 : run_loop_(CFRunLoopGetCurrent()), in MacCFSocketServer()151 CFRunLoopAddSource(run_loop_, wake_up_, kCFRunLoopCommonModes); in MacCFSocketServer()163 ASSERT(CFRunLoopGetCurrent() == run_loop_); in Wait()207 CFRunLoopWakeUp(run_loop_); in WakeUp()212 ASSERT(run_loop_ == CFRunLoopGetCurrent()); in OnWakeUpCallback()213 CFRunLoopStop(run_loop_); in OnWakeUpCallback()
76 CFRunLoopRef run_loop_;
336 run_loop_ = &run_loop; in ThreadMain()337 Run(run_loop_); in ThreadMain()361 run_loop_ = nullptr; in ThreadMain()365 DCHECK(run_loop_); in ThreadQuitHelper()366 run_loop_->QuitWhenIdle(); in ThreadQuitHelper()
328 RunLoop* run_loop_ = nullptr; variable
106 quit_closure_(run_loop_.QuitClosure()) {} in OneShotTimerTester()117 run_loop_.QuitClosure()); in SetTaskRunner()123 run_loop_.Run(); in WaitAndConfirmTimerFiredAfterDelay()141 RunLoop run_loop_; member in base::__anon992290430111::OneShotTimerTester158 quit_closure_(run_loop_.QuitClosure()), in RepeatingTimerTester()168 run_loop_.Run(); in WaitAndConfirmTimerFiredRepeatedlyAfterDelay()189 RunLoop run_loop_; member in base::__anon992290430111::RepeatingTimerTester791 base::RunLoop run_loop_; in TEST_F() local801 run_loop_.QuitClosure())); in TEST_F()806 run_loop_.Run(); in TEST_F()