Searched refs:ticks_now (Results 1 – 2 of 2) sorted by relevance
210 coap_tick_t ticks_now; in server_coap_poll() local214 coap_ticks(&ticks_now); in server_coap_poll()215 time_now = coap_ticks_to_rt(ticks_now); in server_coap_poll()
368 DWORD ticks_now = timeGetTime(); in SetToCurrentTime() local371 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()