Searched refs:cmd_mutex_ (Results 1 – 2 of 2) sorted by relevance
287 std::lock_guard<std::mutex> lock(cmd_mutex_); in SendCmdToReadThread()295 std::unique_lock<std::mutex> lock(cmd_mutex_); in SendCmdToReadThread()342 std::lock_guard<std::mutex> lock(cmd_mutex_); in GetCmd()368 std::lock_guard<std::mutex> lock(cmd_mutex_); in HandleCmd()
196 std::mutex cmd_mutex_; variable