HomeSort by relevance Sort by last modified time
    Searched refs:heap_handle (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/task/sequence_manager/
work_queue_sets.cc 33 HeapHandle heap_handle = work_queue->heap_handle(); local
34 if (!heap_handle.IsValid())
38 work_queue_heaps_[set_index].erase(heap_handle);
52 work_queue_heaps_[old_set].erase(work_queue->heap_handle());
61 work_queue_heaps_[set].ChangeKey(work_queue->heap_handle(),
76 DCHECK(!work_queue->heap_handle().IsValid());
88 DCHECK(work_queue->heap_handle().IsValid());
103 HeapHandle heap_handle = work_queue->heap_handle(); local
    [all...]
time_domain.cc 65 if (queue->heap_handle().IsValid()) {
67 delayed_wake_up_queue_.ChangeKey(queue->heap_handle(),
75 if (queue->heap_handle().IsValid())
76 delayed_wake_up_queue_.erase(queue->heap_handle());
task_queue_impl.h 258 HeapHandle heap_handle() const { return main_thread_only().heap_handle; } function in class:base::sequence_manager::internal::TaskQueueImpl
260 void set_heap_handle(HeapHandle heap_handle) {
261 main_thread_only().heap_handle = heap_handle;
355 HeapHandle heap_handle; member in struct:base::sequence_manager::internal::TaskQueueImpl::MainThreadOnly
time_domain.h 124 DCHECK(queue->heap_handle().IsValid());
work_queue.h 97 HeapHandle heap_handle() const { return heap_handle_; } function in class:base::sequence_manager::internal::WorkQueue

Completed in 3463 milliseconds