Home
last modified time | relevance | path

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

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