Searched refs:openMutex (Results 1 – 1 of 1) sorted by relevance
102 static std::mutex openMutex; // Ensure that the device can be connected just once to 1 thread variable154 std::lock_guard<std::mutex> guard(openMutex); in AMidiDevice_fromJava()203 std::lock_guard<std::mutex> guard(openMutex); in AMidiDevice_release()