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

  /bionic/libc/upstream-netbsd/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/libc/include/isc/
eventlib.h 150 #define evCmpTime __evCmpTime
174 int evCmpTime __P((struct timespec, struct timespec));

Completed in 135 milliseconds