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

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Deventlib.h149 #define evSubTime __evSubTime macro
168 struct timespec evSubTime __P((struct timespec, struct timespec));
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c87 evSubTime(struct timespec minuend, struct timespec subtrahend) { function
483 idle = evSubTime(ctx->lastEventTime, this->lastTouched);
495 this->timer->inter = evSubTime(this->max_idle, idle);

Completed in 46 milliseconds