Searched refs:evSubTime (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/include/isc/
H A Deventlib.h149 #define evSubTime __evSubTime macro
168 struct timespec evSubTime __P((struct timespec, struct timespec));
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Dev_timers.c96 evSubTime(struct timespec minuend, struct timespec subtrahend) { function
502 idle = evSubTime(ctx->lastEventTime, this->lastTouched);
514 this->timer->inter = evSubTime(this->max_idle, idle);
/bionic/libc/dns/resolv/
H A Dres_send.c1003 timeout = evSubTime(*finish, now);

Completed in 1493 milliseconds