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/upstream-netbsd/libc/isc/
ev_timers.c
110
evCmpTime
(struct timespec a, struct timespec b) {
342
switch (
evCmpTime
(due, old_due)) {
456
return (
evCmpTime
(a_timer->due, b_timer->due) < 0);
503
if (
evCmpTime
(idle, this->max_idle) >= 0) {
/bionic/libc/upstream-netbsd/libc/include/isc/
eventlib.h
150
#define
evCmpTime
__evCmpTime
174
int
evCmpTime
__P((struct timespec, struct timespec));
/bionic/libc/netbsd/resolv/
res_send.c
1002
if (
evCmpTime
(*finish, now) > 0)
[
all
...]
Completed in 24 milliseconds