Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_channel_proxy_unittest.cc79 run_loop_->QuitWhenIdle(); in OnQuit()
89 base::RunLoop* run_loop_ = nullptr; member in __anon67462d880111::QuitListener
128 run_loop_->QuitWhenIdle(); in OnQuit()
131 base::RunLoop* run_loop_ = nullptr; member in __anon67462d880111::ChannelReflectorListener
270 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()
Dipc_channel_mojo_unittest.cc1216 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
/external/libchrome/base/task/sequence_manager/
Dsequence_manager_perftest.cc100 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
/external/webrtc/webrtc/base/
Dmacsocketserver.cc142 : 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()
Dmacsocketserver.h76 CFRunLoopRef run_loop_;
/external/libchrome/base/threading/
Dthread.cc336 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()
Dthread.h328 RunLoop* run_loop_ = nullptr; variable
/external/libchrome/base/timer/
Dtimer_unittest.cc106 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::OneShotTimerTester
158 quit_closure_(run_loop_.QuitClosure()), in RepeatingTimerTester()
168 run_loop_.Run(); in WaitAndConfirmTimerFiredRepeatedlyAfterDelay()
189 RunLoop run_loop_; member in base::__anon992290430111::RepeatingTimerTester
791 base::RunLoop run_loop_; in TEST_F() local
801 run_loop_.QuitClosure())); in TEST_F()
806 run_loop_.Run(); in TEST_F()