Searched defs:due (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Dev_timers.c189 struct timespec due,
197 "evSetTimer(ctx %p, func %p, uap %p, due %ld.%09ld, inter %ld.%09ld)\n",
199 (long)due.tv_sec, due.tv_nsec,
206 if (due.tv_nsec >= BILLION)
212 if (due.tv_sec < 0 || due.tv_nsec < 0 || due.tv_nsec >= BILLION)
219 /* due={0,0} is a magic cookie meaning "now." */
220 if (due
186 evSetTimer(evContext opaqueCtx, evTimerFunc func, void *uap, struct timespec due, struct timespec inter, evTimerID *opaqueID ) argument
303 evResetTimer(evContext opaqueCtx, evTimerID id, evTimerFunc func, void *uap, struct timespec due, struct timespec inter ) argument
490 idle_timeout(evContext opaqueCtx, void *uap, struct timespec due, struct timespec inter ) argument
[all...]
H A Deventlib_p.h148 struct timespec due, inter; member in struct:evTimer

Completed in 206 milliseconds