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

/netbsd-current/external/bsd/libfido2/dist/src/
H A Dtime.c33 fido_time_now(struct timespec *ts_now) argument
35 if (clock_gettime(CLOCK_MONOTONIC, ts_now) != 0) {
/netbsd-current/external/bsd/libfido2/dist/examples/
H A Dselect.c65 struct timespec ts_now; local
150 if (clock_gettime(CLOCK_MONOTONIC, &ts_now) != 0) {
156 timespecsub(&ts_now, &ts_start, &ts_delta);

Completed in 189 milliseconds