Searched refs:task_id_ (Results 1 – 4 of 4) sorted by relevance
42 if (task_id_ != MessageLoop::kTaskIdNull) in ~BinderWatcher()43 message_loop_->CancelTask(task_id_); in ~BinderWatcher()69 task_id_ = message_loop_->WatchFileDescriptor( in Init()75 if (task_id_ == MessageLoop::kTaskIdNull) { in Init()
39 MessageLoop::TaskId task_id_{MessageLoop::kTaskIdNull};
306 : location_(location), loop_(loop), task_id_(task_id), in IOTask()348 task_id_)); in OnFileReady()352 << "Dispatching task_id " << task_id_ << " for " in OnFileReady()375 loop_->io_tasks_.erase(task_id_); in OnFileReadyPostedTask()380 << "Running task_id " << task_id_ << " for " in OnFileReadyPostedTask()397 loop_->io_tasks_.erase(task_id_); in OnFileReadyPostedTask()413 << "Removing task_id " << task_id_ << " scheduled from this location."; in CancelTask()418 loop_->io_tasks_.erase(task_id_); in CancelTask()
127 MessageLoop::TaskId task_id_; variable