Searched defs:timeout_sec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Drestarter.c2429 timeout_insert(restarter_inst_t *inst, ctid_t cid, uint64_t timeout_sec) argument
2443 if (timeout_sec >= (LLONG_MAX - now) / 1000000000LL) {
2449 /* hrtime is in nanoseconds. Convert timeout_sec. */
2450 timeout = now + (timeout_sec * 1000000000LL);

Completed in 2250 milliseconds