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

/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Dev_timers.c127 struct timespec tsnow; local
136 if (clock_gettime(m, &tsnow) == 0)
137 return (tsnow);
148 struct timespec tsnow; local
149 if (clock_gettime(CLOCK_REALTIME, &tsnow) == 0)
150 return (tsnow);

Completed in 194 milliseconds