HomeSort by relevance Sort by last modified time
    Searched refs:evCmpTime (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 110 evCmpTime(struct timespec a, struct timespec b) {
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/
eventlib.h 150 #define evCmpTime __evCmpTime
174 int evCmpTime __P((struct timespec, struct timespec));
  /bionic/libc/dns/resolv/
res_send.c 1041 if (evCmpTime(*finish, now) > 0)
    [all...]

Completed in 61 milliseconds