Searched refs:evCmpTime (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dev_timers.c103 evCmpTime(struct timespec a, struct timespec b) { function
325 switch (evCmpTime(due, old_due)) {
439 return (evCmpTime(a_timer->due, b_timer->due) < 0);
486 if (evCmpTime(idle, this->max_idle) >= 0) {
H A Deventlib.c269 timerPast = (evCmpTime(nextTime, ctx->lastEventTime) <= 0);
349 evCmpTime(ctx->lastEventTime, nextTime) < 0);
393 timerPast = (evCmpTime(nextTime, ctx->lastEventTime) <= 0);
/netbsd-6-1-5-RELEASE/lib/libc/isc/
H A Dev_timers.c110 evCmpTime(struct timespec a, struct timespec b) { function
341 switch (evCmpTime(due, old_due)) {
455 return (evCmpTime(a_timer->due, b_timer->due) < 0);
502 if (evCmpTime(idle, this->max_idle) >= 0) {
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/isc/
H A Deventlib.h152 #define evCmpTime __evCmpTime macro
176 int evCmpTime __P((struct timespec, struct timespec));
/netbsd-6-1-5-RELEASE/lib/libc/include/isc/
H A Deventlib.h150 #define evCmpTime __evCmpTime macro
174 int evCmpTime __P((struct timespec, struct timespec));
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_send.c889 if (evCmpTime(finish, now) > 0)
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_send.c924 if (evCmpTime(finish, now) > 0)

Completed in 265 milliseconds