Searched refs:m_threadPool (Results 1 – 3 of 3) sorted by relevance
57 std::shared_ptr<mbgl::ThreadPool> m_threadPool; member in QMapboxGLPrivate
1788 , m_threadPool(mbgl::sharedThreadPool()) in QMapboxGLPrivate()1818 m_pixelRatio, *m_fileSourceObj, *m_threadPool, in QMapboxGLPrivate()1867 *m_threadPool, in createRenderer()
76 m_threadPool.setMaxThreadCount(1); in ThreadPool()81 m_threadPool.start(runnable, priority); in start()84 QThreadPool m_threadPool; member