Searched refs:run_loop_ (Results 1 – 3 of 3) sorted by relevance
96 static base::RunLoop* run_loop_ = nullptr; variable169 run_loop_ = new base::RunLoop(); in message_loop_run()174 run_loop_->Run(); in message_loop_run()180 delete run_loop_; in message_loop_run()181 run_loop_ = nullptr; in message_loop_run()265 message_loop_->task_runner()->PostTask(FROM_HERE, run_loop_->QuitClosure()); in hci_module_shut_down()
61 void Run() { run_loop_.Run(); } in Run()75 void Quit() { run_loop_.Quit(); } in Quit()87 base::RunLoop run_loop_; member in tpm_manager::TpmManagerServiceTest
118 void Run() { run_loop_.Run(); } in Run()120 void RunUntilIdle() { run_loop_.RunUntilIdle(); } in RunUntilIdle()122 void Quit() { run_loop_.Quit(); } in Quit()193 base::RunLoop run_loop_; member in attestation::AttestationServiceTest