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