Home
last modified time | relevance | path

Searched refs:pushingMutex (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/actor/
H A Dmailbox.cpp22 std::lock_guard<std::mutex> pushingLock(pushingMutex); in open()
42 std::lock_guard<std::mutex> pushingLock(pushingMutex); in close()
51 std::lock_guard<std::mutex> pushingLock(pushingMutex); in push()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/actor/
H A Dmailbox.hpp42 std::mutex pushingMutex; member in mbgl::Mailbox