Searched refs:frame_mutex_ (Results 1 – 4 of 4) sorted by relevance
61 std::unique_lock<std::mutex> lock(frame_mutex_); in waitYUVFrame()77 std::lock_guard<std::mutex> lock(frame_mutex_); in copyYUVFrame()159 std::lock_guard<std::mutex> lock(frame_mutex_); in VsockReadLoop()
56 std::mutex frame_mutex_; variable
101 std::lock_guard<std::mutex> lock(frame_mutex_); in HandleMessage()120 std::lock_guard<std::mutex> lock(frame_mutex_); in VsockSendYUVFrame()
64 std::mutex frame_mutex_; variable