Searched refs:evCmpTime (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/bsd/libbind/dist/isc/ |
| D | ev_timers.c | 103 evCmpTime(struct timespec a, struct timespec b) { in evCmpTime() function 325 switch (evCmpTime(due, old_due)) { in evResetTimer() 439 return (evCmpTime(a_timer->due, b_timer->due) < 0); in due_sooner() 486 if (evCmpTime(idle, this->max_idle) >= 0) { in idle_timeout()
|
| D | eventlib.c | 269 timerPast = (evCmpTime(nextTime, ctx->lastEventTime) <= 0); in evGetNext() 349 evCmpTime(ctx->lastEventTime, nextTime) < 0); in evGetNext() 393 timerPast = (evCmpTime(nextTime, ctx->lastEventTime) <= 0); in evGetNext()
|
| /netbsd/src/lib/libc/isc/ |
| D | ev_timers.c | 110 evCmpTime(struct timespec a, struct timespec b) { in evCmpTime() function 342 switch (evCmpTime(due, old_due)) { in evResetTimer() 456 return (evCmpTime(a_timer->due, b_timer->due) < 0); in due_sooner() 503 if (evCmpTime(idle, this->max_idle) >= 0) { in idle_timeout()
|
| /netbsd/src/lib/libc/include/isc/ |
| D | eventlib.h | 150 #define evCmpTime __evCmpTime macro 174 int evCmpTime __P((struct timespec, struct timespec));
|
| /netbsd/src/external/bsd/libbind/dist/include/isc/ |
| D | eventlib.h | 152 #define evCmpTime __evCmpTime macro 176 int evCmpTime __P((struct timespec, struct timespec));
|
| /netbsd/src/external/bsd/libbind/dist/resolv/ |
| D | res_send.c | 889 if (evCmpTime(finish, now) > 0) in send_dg()
|
| /netbsd/src/lib/libc/resolv/ |
| D | res_send.c | 990 if (evCmpTime(finish, now) > 0) in send_dg()
|