Searched refs:task_id_ (Results 1 – 6 of 6) sorted by relevance
/external/libbrillo/brillo/ |
D | binder_watcher.cc | 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()
|
D | binder_watcher.h | 39 MessageLoop::TaskId task_id_{MessageLoop::kTaskIdNull};
|
/external/libbrillo/brillo/message_loops/ |
D | base_message_loop.cc | 318 : location_(location), loop_(loop), task_id_(task_id), in IOTask() 367 task_id_)); in OnFileReady() 371 << "Dispatching task_id " << task_id_ << " for " in OnFileReady() 394 loop_->io_tasks_.erase(task_id_); in OnFileReadyPostedTask() 399 << "Running task_id " << task_id_ << " for " in OnFileReadyPostedTask() 416 loop_->io_tasks_.erase(task_id_); in OnFileReadyPostedTask() 432 << "Removing task_id " << task_id_ << " scheduled from this location."; in CancelTask() 437 loop_->io_tasks_.erase(task_id_); in CancelTask()
|
D | base_message_loop.h | 132 MessageLoop::TaskId task_id_; variable
|
/external/v8/src/heap/ |
D | worklist.h | 33 : worklist_(worklist), task_id_(task_id) {} in View() 36 bool Push(EntryType entry) { return worklist_->Push(task_id_, entry); } in Push() 39 bool Pop(EntryType* entry) { return worklist_->Pop(task_id_, entry); } in Pop() 42 bool IsLocalEmpty() { return worklist_->IsLocalEmpty(task_id_); } in IsLocalEmpty() 51 return worklist_->LocalPushSegmentSize(task_id_); in LocalPushSegmentSize() 56 int task_id_; variable
|
D | concurrent-marking.cc | 85 task_id_(task_id) {} in ConcurrentMarkingVisitor() 122 weak_objects_->weak_references.Push(task_id_, std::make_pair(host, slot)); in ProcessWeakHeapObject() 331 weak_objects_->transition_arrays.Push(task_id_, array); in VisitTransitionArray() 341 weak_objects_->ephemeron_hash_tables.Push(task_id_, table); in VisitEphemeronHashTable() 365 weak_objects_->discovered_ephemerons.Push(task_id_, in VisitEphemeronHashTable() 385 weak_objects_->next_ephemerons.Push(task_id_, Ephemeron{key, value}); in VisitEphemeron() 481 int task_id_; member in v8::internal::ConcurrentMarkingVisitor 525 task_id_(task_id) {} in Task() 532 concurrent_marking_->Run(task_id_, task_state_); in RunInternal() 537 int task_id_; member in v8::internal::ConcurrentMarking::Task
|