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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c101 evCmpTime(struct timespec a, struct timespec b) { function
323 switch (evCmpTime(due, old_due)) {
437 return (evCmpTime(a_timer->due, b_timer->due) < 0);
484 if (evCmpTime(idle, this->max_idle) >= 0) {
H A Deventlib.c267 timerPast = (evCmpTime(nextTime, ctx->lastEventTime) <= 0);
347 evCmpTime(ctx->lastEventTime, nextTime) < 0);
391 timerPast = (evCmpTime(nextTime, ctx->lastEventTime) <= 0);
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Deventlib.h150 #define evCmpTime __evCmpTime macro
174 int evCmpTime __P((struct timespec, struct timespec));
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c925 if (evCmpTime(finish, now) > 0)

Completed in 64 milliseconds