Searched refs:evTimeSpec (Results 1 – 2 of 2) sorted by relevance
153 #define evTimeSpec __evTimeSpec macro174 struct timespec evTimeSpec __P((struct timeval));
131 return (evTimeSpec(now)); in evNowTime()144 return (evTimeSpec(now)); in evUTCTime()157 evTimeSpec(struct timeval tv) { in evTimeSpec() function