Searched refs:QueuePri (Results 1 – 4 of 4) sorted by relevance
78 T.QueuePri = std::max(T.QueuePri, Boosts.lookup(T.Tag)); in push()91 T.QueuePri = std::max(T.QueuePri, Boosts.lookup(T.Tag)); in append()110 if (Tag == T.Tag && NewPriority > T.QueuePri) { in boost()111 T.QueuePri = NewPriority; in boost()
77 unsigned QueuePri = 0; // Higher-priority tasks will run first. member80 bool operator<(const Task &O) const { return QueuePri < O.QueuePri; }
147 T.QueuePri = LoadShards; in changedFilesTask()169 T.QueuePri = IndexFile; in indexFileTask()
776 Hi.QueuePri = 100; in TEST()802 A.QueuePri = 1; in TEST()805 B.QueuePri = 2; in TEST()