Home | History | Annotate | Download | only in isc

Lines Matching full:timespec

60 				struct timespec, struct timespec));
166 struct timespec evConsTime __P((time_t sec, long nsec));
167 struct timespec evAddTime __P((struct timespec, struct timespec));
168 struct timespec evSubTime __P((struct timespec, struct timespec));
169 struct timespec evNowTime __P((void));
170 struct timespec evUTCTime __P((void));
171 struct timespec evLastEventTime __P((evContext));
172 struct timespec evTimeSpec __P((struct timeval));
173 struct timeval evTimeVal __P((struct timespec));
174 int evCmpTime __P((struct timespec, struct timespec));
175 int evSetTimer __P((evContext, evTimerFunc, void *, struct timespec,
176 struct timespec, evTimerID *));
181 struct timespec, struct timespec));
182 int evSetIdleTimer __P((evContext, evTimerFunc, void *, struct timespec,
186 struct timespec));