Home
last modified time | relevance | path

Searched refs:ticks_now (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/examples/lwip/
Dserver-coap.c210 coap_tick_t ticks_now; in server_coap_poll() local
214 coap_ticks(&ticks_now); in server_coap_poll()
215 time_now = coap_ticks_to_rt(ticks_now); in server_coap_poll()
/third_party/node/deps/v8/src/base/platform/
Dplatform-win32.cc368 DWORD ticks_now = timeGetTime(); in SetToCurrentTime() local
371 needs_resync |= ticks_now < init_ticks; in SetToCurrentTime()
382 init_ticks = ticks_now = timeGetTime(); in SetToCurrentTime()
387 DWORD elapsed = ticks_now - init_ticks; in SetToCurrentTime()