Searched defs:evCmpTime (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-netbsd/libc/include/isc/
H A Deventlib.h150 #define evCmpTime __evCmpTime macro
174 int evCmpTime __P((struct timespec, struct timespec));
/bionic/libc/upstream-netbsd/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) {

Completed in 87 milliseconds