Searched refs:timeout_ (Results 1 – 8 of 8) sorted by relevance
25 timeout_(0), in XCollieCheckerTest()44 if (timeout_ == 0) { in CheckLock()47 std::this_thread::sleep_for(std::chrono::seconds(timeout_)); in CheckLock()54 if (timeout_ == 0) { in CheckThreadBlock()67 std::this_thread::sleep_for(std::chrono::seconds(timeout_)); in SetThreadBlockComplete()
36 timeout_ = time; in SetBlockTime()48 int timeout_;
60 timeout_ = DEFAULT_TIMEOUT; in Reset()89 timeout_ = opts.timeout_; in operator =()185 if (timeout_ < 1) { in CheckOptions()186 errStr = std::to_string(timeout_); in CheckOptions()224 DUMPER_HILOGD(MODULE_COMMON, "debug|timeout=%{public}d", timeout_); in Dump()
41 int timeout_; member
217 int timeout_;221 : AsyncContext(env, work, deferred), timeout_(0), callbackHost_(0) {} in AsyncContext()
40 timeOutMillSec_ = parameter->GetOpts().timeout_ * SEC_TO_MILLISEC; in DoPreExecute()
341 DumpStatus timeOutStatus = SetCmdIntegerParameter(optarg, opts_.timeout_); in ParseShortCmdOption()345 opts_.timeout_ = (opts_.timeout_ == 0) ? INT32_MAX : opts_.timeout_; in ParseShortCmdOption()
364 asyncContext->timeout_ = config->GetTimeOut(); in CreateSingleLocationAsyncContext()374 callbackHost->Wait(context->timeout_); in CreateSingleLocationAsyncContext()