Searched refs:timeout_period (Results 1 – 4 of 4) sorted by relevance
128 std::optional<std::chrono::seconds> timeout_period() const { return timeout_period_; } in timeout_period() function
351 if ((s->flags() & SVC_RUNNING) && s->timeout_period()) { in HandleProcessActions()352 auto timeout_time = s->time_started() + *s->timeout_period(); in HandleProcessActions()
336 `timeout_period <seconds>`
193 let timeout_period = state.timeout; in spawn_thread() localVariable215 .wait_timeout_while(state, timeout_period, |state| { in spawn_thread()