Searched refs:work_queue_set_index (Results 1 – 6 of 6) sorted by relevance
36 size_t set_index = work_queue->work_queue_set_index(); in RemoveQueue()46 size_t old_set = work_queue->work_queue_set_index(); in ChangeSetIndex()60 size_t set = work_queue->work_queue_set_index(); in OnFrontTaskChanged()72 size_t set_index = work_queue->work_queue_set_index(); in OnTaskPushedToEmptyQueue()82 size_t set_index = work_queue->work_queue_set_index(); in OnPopQueue()106 size_t set_index = work_queue->work_queue_set_index(); in OnQueueBlocked()117 DCHECK_EQ(set_index, (*out_work_queue)->work_queue_set_index()); in GetOldestQueueInSet()
44 void AssignSetIndex(size_t work_queue_set_index);95 size_t work_queue_set_index() const { return work_queue_set_index_; } in work_queue_set_index() function
172 void WorkQueue::AssignSetIndex(size_t work_queue_set_index) { in AssignSetIndex() argument173 work_queue_set_index_ = work_queue_set_index; in AssignSetIndex()
303 (*out_work_queue)->work_queue_set_index()), in SelectWorkQueueToService()
70 EXPECT_EQ(set, work_queue->work_queue_set_index()); in TEST_F()
483 size_t set_index = immediate_work_queue()->work_queue_set_index(); in GetQueuePriority()484 DCHECK_EQ(set_index, delayed_work_queue()->work_queue_set_index()); in GetQueuePriority()