Searched refs:pushingMutex (Results 1 – 2 of 2) sorted by relevance
22 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()
42 std::mutex pushingMutex; member in mbgl::Mailbox