Home
last modified time | relevance | path

Searched refs:evAddTime (Results 1 – 8 of 8) sorted by relevance

/dports/dns/libbind/libbind-6.0/include/isc/
H A Deventlib.h148 #define evAddTime __evAddTime macro
167 struct timespec evAddTime __P((struct timespec, struct timespec));
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/include/isc/
H A Deventlib.h148 #define evAddTime __evAddTime macro
167 struct timespec evAddTime __P((struct timespec, struct timespec));
/dports/dns/libbind/libbind-6.0/isc/
H A Dev_timers.c74 evAddTime(struct timespec addend1, struct timespec addend2) { in evAddTime() function
361 evAddTime(ctx->lastEventTime, max_idle), in evSetIdleTimer()
398 evAddTime(ctx->lastEventTime, max_idle), in evResetIdleTimer()
H A Deventlib.c631 evAddTime((this->mode & EV_TMR_RATE) ? in evDrop()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/isc/
H A Dev_timers.c83 evAddTime(struct timespec addend1, struct timespec addend2) { in evAddTime() function
380 evAddTime(ctx->lastEventTime, max_idle), in evSetIdleTimer()
417 evAddTime(ctx->lastEventTime, max_idle), in evResetIdleTimer()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/net/
H A Dres_send.c129 evAddTime(struct timespec *res, const struct timespec *addend1, in evAddTime() function
871 evAddTime(&finish, &now, &timeout); in send_dg()
/dports/dns/libbind/libbind-6.0/resolv/
H A Dres_send.c879 finish = evAddTime(now, timeout); in send_dg()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/resolv/
H A Dres_send.c984 finish = evAddTime(now, timeout); in send_dg()