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

/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Dev_timers.c7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
252 ctx->cur->u.timer.this == del) {
496 idle_timer *this = uap; local
502 idle = evSubTime(ctx->lastEventTime, this->lastTouched);
503 if (evCmpTime(idle, this->max_idle) >= 0) {
504 (this->func)(opaqueCtx, this->uap, this->timer->due,
505 this
[all...]

Completed in 2104 milliseconds