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

/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Dev_timers.c110 evCmpTime(struct timespec a, struct timespec b) { function
342 switch (evCmpTime(due, old_due)) {
456 return (evCmpTime(a_timer->due, b_timer->due) < 0);
503 if (evCmpTime(idle, this->max_idle) >= 0) {
/bionic/libc/upstream-netbsd/lib/libc/include/isc/
H A Deventlib.h150 #define evCmpTime __evCmpTime macro
174 int evCmpTime __P((struct timespec, struct timespec));
/bionic/libc/dns/resolv/
H A Dres_send.c1035 if (evCmpTime(*finish, now) > 0)

Completed in 74 milliseconds