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

/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Deventlib.h153 #define evSubTime __evSubTime macro
172 struct timespec evSubTime __P((struct timespec, struct timespec));
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c201 evSubTime(struct timespec minuend, struct timespec subtrahend) { function
618 idle = evSubTime(ctx->lastEventTime, this->lastTouched);
630 this->timer->inter = evSubTime(this->max_idle, idle);

Completed in 16 milliseconds