Searched refs:timeout_s_ (Results 1 – 3 of 3) sorted by relevance
155 int64 timeout_s = timeout_s_ + expected_init_time_s_; in Run()246 return RunWithTimeout(feed, fetch, run_metadata, timeout_s_); in RunWithTimeout()309 use_timeout ? timeout_s_ * 1000 : -1, thread_pool_.get()); in CloseSession()315 timeout_s_, " seconds, aborting"); in CloseSession()335 int64 timeout_us = 1000000ll * timeout_s_; in ShutdownSession()341 timeout_s_, " seconds"); in ShutdownSession()
133 const int timeout_s_; variable
22 Cluster::Cluster(int timeout_s) : timeout_s_(timeout_s) { in Cluster()