Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dthread_local.cpp21 ThreadLocal<T>::ThreadLocal() : impl(std::make_unique<Impl>()) { in ThreadLocal() function in mbgl::util::ThreadLocal
44 template class ThreadLocal<Scheduler>; variable
45 template class ThreadLocal<BackendScope>; variable
46 template class ThreadLocal<int>; // For unit tests variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dthread_local.cpp22 ThreadLocal<T>::ThreadLocal() : impl(std::make_unique<Impl>()) { in ThreadLocal() function in mbgl::util::ThreadLocal
61 template class ThreadLocal<BackendScope>; variable
62 template class ThreadLocal<Scheduler>; variable
63 template class ThreadLocal<int>; // For unit tests variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dthread_local.hpp11 class ThreadLocal : public noncopyable { class
13 ThreadLocal(T* val) { in ThreadLocal() function in mbgl::util::ThreadLocal