Home
last modified time | relevance | path

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

/third_party/curl/tests/unit/
Dunit1309.c79 struct curltime tv_now = {0, 0}; variable
130 tv_now.tv_usec = i;
131 root = Curl_splaygetbest(tv_now, root, &removed);
136 root = Curl_splaygetbest(tv_now, root, &removed);
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c465 struct timeval *tv_now) in finish_io() argument
469 calc_latency(&io->io_start_time, tv_now, &t->io_completion_latency); in finish_io()
563 struct timeval tv_now; local
566 gettimeofday(&tv_now, NULL);
567 finish_io(t, event_io, event.res, &tv_now);
742 struct timeval *tv_now) argument
750 io->io_start_time = *tv_now; /* set time of io_submit */
/third_party/libcoap/man/
Dcoap_observe.txt.in290 struct timeval tv_now;
291 if (gettimeofday (&tv_now, NULL) == 0) {
292 if (tv_last.tv_sec != tv_now.tv_sec) {
294 tv_last = tv_now;
298 unsigned next_sec_ms = 1000 - (tv_now.tv_usec / 1000);