Searched refs:timeoutSec_ (Results 1 – 4 of 4) sorted by relevance
30 : cmd_(cmd), timeoutSec_(timeoutSec) in ShellCommandExecutor()47 if (timeoutSec_ <= 0) { in WaitWorkDone()49 } else if (!cvWork_.wait_for(workLock, timeoutSec_ * 1s, condition)) { in WaitWorkDone()51 cmd_.data(), timeoutSec_); in WaitWorkDone()52 …:cout << "Warning! Command execution timed out! cmd : " << cmd_ << ", timeoutSec : " << timeoutSec_ in WaitWorkDone()
55 int64_t timeoutSec_ = 0; variable
122 Command_->timeoutSec_ = -1;
52 uint32_t timeoutSec_ = 0; member