Searched refs:cmd_mutex_ (Results 1 – 2 of 2) sorted by relevance
267 std::lock_guard<std::mutex> lock(cmd_mutex_); in SendCmdToReadThread()275 std::unique_lock<std::mutex> lock(cmd_mutex_); in SendCmdToReadThread()316 std::lock_guard<std::mutex> lock(cmd_mutex_); in GetCmd()342 std::lock_guard<std::mutex> lock(cmd_mutex_); in HandleCmd()
184 std::mutex cmd_mutex_; variable