Searched refs:clientCommandHanle_ (Results 1 – 2 of 2) sorted by relevance
235 std::thread clientCommandHanle_; variable
1094 clientCommandHanle_ = std::thread(&SubCommandRecord::ClientCommandHandle, this); in OnSubCommand()1126 if (clientCommandHanle_.joinable()) { in CloseClientThread()1132 clientCommandHanle_.join(); in CloseClientThread()