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

/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/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) {

Completed in 54 milliseconds