Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Drun_loop.hpp96 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