Searched refs:cmd_mutex_ (Results 1 – 2 of 2) sorted by relevance
303 std::lock_guard<std::mutex> lock(cmd_mutex_); in SendCmdToReadThread()311 std::unique_lock<std::mutex> lock(cmd_mutex_); in SendCmdToReadThread()359 std::lock_guard<std::mutex> lock(cmd_mutex_); in GetCmd()385 std::lock_guard<std::mutex> lock(cmd_mutex_); in HandleCmd()
200 std::mutex cmd_mutex_; variable