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};
313 : location_(location), loop_(loop), task_id_(task_id), in IOTask()355 task_id_)); in OnFileReady()359 << "Dispatching task_id " << task_id_ << " for " in OnFileReady()382 loop_->io_tasks_.erase(task_id_); in OnFileReadyPostedTask()387 << "Running task_id " << task_id_ << " for " in OnFileReadyPostedTask()404 loop_->io_tasks_.erase(task_id_); in OnFileReadyPostedTask()420 << "Removing task_id " << task_id_ << " scheduled from this location."; in CancelTask()425 loop_->io_tasks_.erase(task_id_); in CancelTask()
131 MessageLoop::TaskId task_id_; variable