Home
last modified time | relevance | path

Searched refs:setCurrentThreadName (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dthread.cpp12 void setCurrentThreadName(const std::string&) { in setCurrentThreadName() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dthread.cpp19 void setCurrentThreadName(const std::string& name) { in setCurrentThreadName() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dplatform.hpp21 void setCurrentThreadName(const std::string& name);
H A Dthread.hpp56 platform::setCurrentThreadName(name); in Thread()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/util/
H A Ddefault_thread_pool.cpp12 platform::setCurrentThreadName(std::string{ "Worker " } + util::toString(i + 1)); in ThreadPool()