Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/util/
H A Dshared_thread_pool.hpp7 std::shared_ptr<ThreadPool> sharedThreadPool();
H A Dshared_thread_pool.cpp5 std::shared_ptr<ThreadPool> sharedThreadPool() { in sharedThreadPool() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dcustom_geometry_source.cpp17 …loader(std::make_unique<Actor<CustomTileLoader>>(*sharedThreadPool(), options.fetchTileFunction, o… in CustomGeometrySource()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1788 , m_threadPool(mbgl::sharedThreadPool()) in QMapboxGLPrivate()