Searched refs:cmd_mutex_ (Results 1 – 2 of 2) sorted by relevance
285 std::lock_guard<std::mutex> lock(cmd_mutex_); in SendCmdToReadThread()293 std::unique_lock<std::mutex> lock(cmd_mutex_); in SendCmdToReadThread()340 std::lock_guard<std::mutex> lock(cmd_mutex_); in GetCmd()366 std::lock_guard<std::mutex> lock(cmd_mutex_); in HandleCmd()
196 std::mutex cmd_mutex_; variable