Searched refs:monotime_double (Results 1 – 5 of 5) sorted by relevance
144 now = monotime_double(); in refresh_progress_meter()247 start = last_update = monotime_double(); in start_progress_meter()
99 double monotime_double(void);
239 double elapsed = monotime_double() - start, req = seconds, remain; in ensure_minimum_time_since()265 double tstart = monotime_double(); in input_userauth_request()
1483 start_time = monotime_double(); in client_loop()1664 total_time = monotime_double() - start_time; in client_loop()
1690 monotime_double(void) in monotime_double() function