Searched refs:mtx (Results 1 – 3 of 3) sorted by relevance
34 std::lock_guard lock(mtx); in put()45 std::unique_lock lock(mtx); in get()60 std::lock_guard lock(mtx); in tryGet()71 std::lock_guard lock(mtx); in cancel()85 std::mutex mtx; member
343 std::lock_guard<std::mutex> lock(stream_descs_[cmd.stream_id()].mtx); in SetStreamParameters()413 std::lock_guard<std::mutex> lock(stream_desc.mtx); in OnPlaybackBuffer()473 std::lock_guard<std::mutex> lock(stream_desc.mtx); in OnCaptureBuffer()
46 std::mutex mtx; member