Home
last modified time | relevance | path

Searched refs:QueuePri (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundQueue.cpp78 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()
DBackground.h77 unsigned QueuePri = 0; // Higher-priority tasks will run first. member
80 bool operator<(const Task &O) const { return QueuePri < O.QueuePri; }
DBackground.cpp147 T.QueuePri = LoadShards; in changedFilesTask()
169 T.QueuePri = IndexFile; in indexFileTask()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DBackgroundIndexTests.cpp776 Hi.QueuePri = 100; in TEST()
802 A.QueuePri = 1; in TEST()
805 B.QueuePri = 2; in TEST()