Searched refs:now_ms (Results 1 – 3 of 3) sorted by relevance
55 utime64_t now_ms = MtFrame::Instance()->GetLastClock(); in start_timer() local56 timerable->set_expired_time(now_ms + interval); in start_timer()
304 long now_sec, now_ms; in processTimeEvents() local332 aeGetTime(&now_sec, &now_ms); in processTimeEvents()334 (now_sec == te->when_sec && now_ms >= te->when_ms)) in processTimeEvents()386 long now_sec, now_ms; in aeProcessEvents() local388 aeGetTime(&now_sec, &now_ms); in aeProcessEvents()395 shortest->when_ms - now_ms; in aeProcessEvents()
820 int clientsCronHandleTimeout(client *c, mstime_t now_ms) { in clientsCronHandleTimeout() argument821 time_t now = now_ms/1000; in clientsCronHandleTimeout()838 if (c->bpop.timeout != 0 && c->bpop.timeout < now_ms) { in clientsCronHandleTimeout()