Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_p.hpp57 std::shared_ptr<mbgl::ThreadPool> m_threadPool; member in QMapboxGLPrivate
H A Dqmapboxgl.cpp1788 , m_threadPool(mbgl::sharedThreadPool()) in QMapboxGLPrivate()
1818 m_pixelRatio, *m_fileSourceObj, *m_threadPool, in QMapboxGLPrivate()
1867 *m_threadPool, in createRenderer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp76 m_threadPool.setMaxThreadCount(1); in ThreadPool()
81 m_threadPool.start(runnable, priority); in start()
84 QThreadPool m_threadPool; member