Searched refs:tv_cache (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devent-internal.h70 struct timeval tv_cache; member in struct:event_base
H A Devent.c141 if (base->tv_cache.tv_sec) {
142 *tp = base->tv_cache;
484 base->tv_cache.tv_sec = 0;
536 base->tv_cache.tv_sec = 0;
542 gettime(base, &base->tv_cache);
555 base->tv_cache.tv_sec = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent-internal.h249 struct timeval tv_cache; member in struct:event_base
H A Devent.c357 if (base->tv_cache.tv_sec) {
358 *tp = base->tv_cache;
397 if (base->tv_cache.tv_sec == 0) {
401 evutil_timeradd(&base->tv_cache, &base->tv_clock_diff, tv);
403 *tv = base->tv_cache;
415 base->tv_cache.tv_sec = 0;
422 base->tv_cache.tv_sec = 0;
424 gettime(base, &base->tv_cache);

Completed in 120 milliseconds