OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evSubTime
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/private/isc/
eventlib.h
149
#define
evSubTime
__evSubTime
168
struct timespec
evSubTime
__P((struct timespec, struct timespec));
/bionic/libc/netbsd/isc/
ev_timers.c
92
evSubTime
(struct timespec minuend, struct timespec subtrahend) {
490
idle =
evSubTime
(ctx->lastEventTime, this->lastTouched);
502
this->timer->inter =
evSubTime
(this->max_idle, idle);
/bionic/libc/netbsd/resolv/
res_send.c
962
timeout =
evSubTime
(finish, now);
Completed in 16 milliseconds