Home
last modified time | relevance | path

Searched refs:now_ms (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/micro_thread/
H A Dheap_timer.cpp55 utime64_t now_ms = MtFrame::Instance()->GetLastClock(); in start_timer() local
56 timerable->set_expired_time(now_ms + interval); in start_timer()
/f-stack/app/redis-5.0.5/src/
H A Dae.c304 long now_sec, now_ms; in processTimeEvents() local
332 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() local
388 aeGetTime(&now_sec, &now_ms); in aeProcessEvents()
395 shortest->when_ms - now_ms; in aeProcessEvents()
H A Dserver.c820 int clientsCronHandleTimeout(client *c, mstime_t now_ms) { in clientsCronHandleTimeout() argument
821 time_t now = now_ms/1000; in clientsCronHandleTimeout()
838 if (c->bpop.timeout != 0 && c->bpop.timeout < now_ms) { in clientsCronHandleTimeout()