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

  /bionic/libc/upstream-netbsd/libc/isc/
ev_timers.c 96 evSubTime(struct timespec minuend, struct timespec subtrahend) {
502 idle = evSubTime(ctx->lastEventTime, this->lastTouched);
514 this->timer->inter = evSubTime(this->max_idle, idle);
  /bionic/libc/upstream-netbsd/libc/include/isc/
eventlib.h 149 #define evSubTime __evSubTime
168 struct timespec evSubTime __P((struct timespec, struct timespec));

Completed in 679 milliseconds