Home
last modified time | relevance | path

Searched refs:high_priority_starvation_score_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dtask_queue_selector.cc52 high_priority_starvation_score_(0), in TaskQueueSelector()
253 task_queue_selector_->high_priority_starvation_score_ >= in SelectWorkQueueToService()
323 high_priority_starvation_score_ += in DidSelectQueueWithPriority()
337 high_priority_starvation_score_ = 0; in DidSelectQueueWithPriority()
349 high_priority_starvation_score_ = 0; in DidSelectQueueWithPriority()
365 high_priority_starvation_score_); in AsValueInto()
Dtask_queue_selector.h213 size_t high_priority_starvation_score_; variable