Searched refs:highPriorityQueue (Results 1 – 1 of 1) sorted by relevance
96 highPriorityQueue.emplace(std::move(task)); in push()107 if (!highPriorityQueue.empty()) { in process()108 task = std::move(highPriorityQueue.front()); in process()109 highPriorityQueue.pop(); in process()124 Queue highPriorityQueue; member in mbgl::util::RunLoop