Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/qt5/qt5location/
H A D0001-3rdparty-mapbox-gl-native-fix-musl-compile-pthread_g.patch15 platform/default/thread.cpp: In function ‘std::string mbgl::platform::getCurrentThreadName()’:
36 std::string getCurrentThreadName() {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dthread.cpp8 std::string getCurrentThreadName() { in getCurrentThreadName() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dthread.cpp12 std::string getCurrentThreadName() { in getCurrentThreadName() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dplatform.hpp18 std::string getCurrentThreadName();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dlogging.cpp59 logStream << "{" << platform::getCurrentThreadName() << "}"; in record()