OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evCmpTime
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/netbsd/isc/
ev_timers.c
106
evCmpTime
(struct timespec a, struct timespec b) {
330
switch (
evCmpTime
(due, old_due)) {
444
return (
evCmpTime
(a_timer->due, b_timer->due) < 0);
491
if (
evCmpTime
(idle, this->max_idle) >= 0) {
/bionic/libc/private/isc/
eventlib.h
150
#define
evCmpTime
__evCmpTime
174
int
evCmpTime
__P((struct timespec, struct timespec));
/bionic/libc/netbsd/resolv/
res_send.c
961
if (
evCmpTime
(finish, now) > 0)
Completed in 47 milliseconds