Home
last modified time | relevance | path

Searched refs:monotime_double (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dprogressmeter.c144 now = monotime_double(); in refresh_progress_meter()
247 start = last_update = monotime_double(); in start_progress_meter()
H A Dmisc.h99 double monotime_double(void);
H A Dauth2.c239 double elapsed = monotime_double() - start, req = seconds, remain; in ensure_minimum_time_since()
265 double tstart = monotime_double(); in input_userauth_request()
H A Dclientloop.c1483 start_time = monotime_double(); in client_loop()
1664 total_time = monotime_double() - start_time; in client_loop()
H A Dmisc.c1690 monotime_double(void) in monotime_double() function