Home
last modified time | relevance | path

Searched refs:queueMutex (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.cpp57 std::lock_guard<std::mutex> queueLock(queueMutex); in push()
78 std::lock_guard<std::mutex> queueLock(queueMutex); in receive()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/actor/
H A Dmailbox.hpp46 std::mutex queueMutex; member in mbgl::Mailbox