Home
last modified time | relevance | path

Searched refs:next_sec_ms (Results 1 - 2 of 2) sorted by relevance

/third_party/libcoap/examples/
H A Doscore-interop-server.c761 unsigned int next_sec_ms; in main() local
774 next_sec_ms = 1000 - (now % COAP_TICKS_PER_SECOND) * in main()
776 if (next_sec_ms && next_sec_ms < wait_ms) in main()
777 wait_ms = next_sec_ms; in main()
H A Dcoap-server.c3027 unsigned int next_sec_ms; in main() local
3037 next_sec_ms = 1000 - (now % COAP_TICKS_PER_SECOND) * in main()
3039 if (next_sec_ms && next_sec_ms < wait_ms) in main()
3040 wait_ms = next_sec_ms; in main()

Completed in 7 milliseconds