Searched refs:async_loop_ (Results 1 – 2 of 2) sorted by relevance
35 async_begin_wait(weak_pump_->async_loop_->dispatcher(), this); in WaitBegin()68 async_cancel_wait(weak_pump_->async_loop_->dispatcher(), this); in StopWatchingZxHandle()187 : async_loop_(new async::Loop(&kAsyncLoopConfigAttachToCurrentThread)), in MessagePumpFuchsia()263 zx_status_t status = async_loop_->Run(zx::time(deadline), /*once=*/true); in HandleIoEventsUntil()271 async_loop_->ResetQuit(); in HandleIoEventsUntil()328 async_loop_->Quit(); in ScheduleWork()
172 std::unique_ptr<async::Loop> async_loop_; variable