OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evNowTime
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/dns/resolv/
res_stats.c
141
//
evNowTime
() is used here instead of time() to stay consistent with the rest of
143
time_t now =
evNowTime
().tv_sec;
res_send.c
778
struct timespec now =
evNowTime
();
969
struct timespec done =
evNowTime
();
993
now =
evNowTime
();
1027
now =
evNowTime
();
1178
now =
evNowTime
();
[
all
...]
/bionic/libc/upstream-netbsd/lib/libc/include/isc/
eventlib.h
154
#define
evNowTime
__evNowTime
169
struct timespec
evNowTime
__P((void));
/bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c
123
evNowTime
(void)
221
due =
evNowTime
();
Completed in 59 milliseconds