Searched refs:evTimeSpec (Results 1 – 2 of 2) sorted by relevance
151 #define evTimeSpec __evTimeSpec macro172 struct timespec evTimeSpec __P((struct timeval));
141 return (evTimeSpec(now)); in evNowTime()154 return (evTimeSpec(now)); in evUTCTime()167 evTimeSpec(struct timeval tv) { in evTimeSpec() function