Home
last modified time | relevance | path

Searched defs:ThreadPool (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/util/
H A Ddefault_thread_pool.hpp12 class ThreadPool : public Scheduler { class
H A Ddefault_thread_pool.cpp8 ThreadPool::ThreadPool(std::size_t count) { in ThreadPool() function in mbgl::ThreadPool
/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
84 QThreadPool m_threadPool; argument
87 Q_GLOBAL_STATIC(ThreadPool, threadPool) argument