Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/util/
H A Ddefault_thread_pool.cpp8 ThreadPool::ThreadPool(std::size_t count) { in ThreadPool() function in mbgl::ThreadPool
35 ThreadPool::~ThreadPool() { in ~ThreadPool()
48 void ThreadPool::schedule(std::weak_ptr<Mailbox> mailbox) { in schedule()
H A Dshared_thread_pool.cpp5 std::shared_ptr<ThreadPool> sharedThreadPool() { in sharedThreadPool()
6 static std::weak_ptr<ThreadPool> weak; in sharedThreadPool()
9 weak = pool = std::make_shared<ThreadPool>(4); in sharedThreadPool()
H A Ddefault_thread_pool.hpp12 class ThreadPool : public Scheduler { class
14 ThreadPool(std::size_t count);
15 ~ThreadPool() override;
H A Dshared_thread_pool.hpp7 std::shared_ptr<ThreadPool> sharedThreadPool();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_map_renderer.hpp31 mbgl::ThreadPool &, QMapboxGLSettings::GLContextMode);
H A Dqmapboxgl_p.hpp57 std::shared_ptr<mbgl::ThreadPool> m_threadPool;
H A Dqmapboxgl_map_renderer.cpp28 mbgl::DefaultFileSource &fs, mbgl::ThreadPool &tp, QMapboxGLSettings::GLContextMode mode) in QMapboxGLMapRenderer()
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A D0008-gnu_libc_version-API-is-glibc-specific.patch66 base::ThreadPool::PostTask(FROM_HERE, kBestEffortTaskTraits,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp72 struct ThreadPool // to have a thread pool with max 1 thread for geometry processing struct
74 ThreadPool () in ThreadPool() function
87 Q_GLOBAL_STATIC(ThreadPool, threadPool) argument