Searched refs:lastTime (Results 1 – 5 of 5) sorted by relevance
63 struct timeval lastTime; member
700 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()
76 eventLoop->lastTime = time(NULL); in aeCreateEventLoop()292 if (now < eventLoop->lastTime) { in processTimeEvents()299 eventLoop->lastTime = now; in processTimeEvents()
101 time_t lastTime; /* Used to detect system clock skew */ member