Searched refs:now_ts (Results 1 – 2 of 2) sorted by relevance
84 void wrl_gettime_now(struct wrl_timestampt *now_ts);
776 struct timespec now_ts; in wrl_gettime_now() local779 r = clock_gettime(CLOCK_MONOTONIC, &now_ts); in wrl_gettime_now()783 now_wt->sec = now_ts.tv_sec; in wrl_gettime_now()784 now_wt->msec = now_ts.tv_nsec / 1000000; in wrl_gettime_now()
Completed in 3 milliseconds