Searched refs:next_time (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libecp/common/
H A Decp_impl.c355 struct timespec next_time; local
361 (void) clock_gettime(CLOCK_REALTIME, &next_time);
362 next_time.tv_sec += (next_time.tv_nsec +
364 next_time.tv_nsec = (next_time.tv_nsec +
367 &ecp_instp->ecp_tx_lock, &next_time);
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c193 sdp_time_t *next_time; local
196 next_time = time->t_next;
199 time = next_time;

Completed in 16 milliseconds