Home
last modified time | relevance | path

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

/src/lib/libc/include/isc/
H A Deventlib.h153 #define evTimeSpec __evTimeSpec macro
174 struct timespec evTimeSpec __P((struct timeval));
/src/lib/libc/isc/
H A Dev_timers.c131 return (evTimeSpec(now)); in evNowTime()
144 return (evTimeSpec(now)); in evUTCTime()
157 evTimeSpec(struct timeval tv) { in evTimeSpec() function