Home
last modified time | relevance | path

Searched refs:lastTime (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/netgraph/
H A Dng_source.h63 struct timeval lastTime; member
/f-stack/freebsd/netgraph/
H A Dng_source.h63 struct timeval lastTime; member
H A Dng_source.c700 getmicrotime(&sc->stats.lastTime); in ng_source_start()
753 timevalsub(&elapsed, &sc->stats.lastTime); in ng_source_intr()
756 sc->stats.lastTime = now; in ng_source_intr()
/f-stack/app/redis-5.0.5/src/
H A Dae.c76 eventLoop->lastTime = time(NULL); in aeCreateEventLoop()
292 if (now < eventLoop->lastTime) { in processTimeEvents()
299 eventLoop->lastTime = now; in processTimeEvents()
H A Dae.h101 time_t lastTime; /* Used to detect system clock skew */ member