Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_scheduler.cpp19 m_taskQueue.push(mailbox); in schedule()
31 std::swap(taskQueue, m_taskQueue); in processEvents()
H A Dqmapboxgl_scheduler.hpp33 std::queue<std::weak_ptr<mbgl::Mailbox>> m_taskQueue; member in QMapboxGLScheduler