Home
last modified time | relevance | path

Searched refs:elapsed_ms (Results 1 - 10 of 10) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
H A Dperf_event_open03.c57 long long elapsed_ms; in check_progress() local
66 elapsed_ms = tst_timer_elapsed_ms(); in check_progress()
67 if (elapsed_ms > 5000) { in check_progress()
68 iter_per_ms = (float) i / elapsed_ms; in check_progress()
/third_party/mbedtls/library/
H A Dtiming.c138 unsigned long elapsed_ms; in mbedtls_timing_get_delay() local
144 elapsed_ms = mbedtls_timing_get_timer(&ctx->timer, 0); in mbedtls_timing_get_delay()
146 if (elapsed_ms >= ctx->fin_ms) { in mbedtls_timing_get_delay()
150 if (elapsed_ms >= ctx->int_ms) { in mbedtls_timing_get_delay()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl33.c166 long long elapsed_ms; in do_child() local
191 elapsed_ms = tst_timer_elapsed_ms(); in do_child()
193 if (elapsed_ms < MIN_TIME_LIMIT * 1000) { in do_child()
199 test_cases[i].desc, elapsed_ms, MIN_TIME_LIMIT); in do_child()
/third_party/libuv/test/
H A Drunner-unix.c244 unsigned int elapsed_ms; in process_wait() local
302 elapsed_ms = in process_wait()
308 if (elapsed_ms >= (unsigned) timeout) in process_wait()
311 tv.tv_sec = (timeout - elapsed_ms) / 1000; in process_wait()
312 tv.tv_usec = (timeout - elapsed_ms) % 1000 * 1000; in process_wait()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify05.c88 long long elapsed_ms; in generate_events() local
101 elapsed_ms = tst_timer_elapsed_ms(); in generate_events()
104 (open_flags & O_CREAT) ? "Created" : "Opened", i, elapsed_ms); in generate_events()
/third_party/curl/lib/
H A Dcf-https-connect.c208 timediff_t elapsed_ms; in time_to_start_h21() local
216 elapsed_ms = Curl_timediff(now, ctx->started); in time_to_start_h21()
217 if(elapsed_ms >= ctx->hard_eyeballs_timeout_ms) { in time_to_start_h21()
223 if(elapsed_ms >= ctx->soft_eyeballs_timeout_ms) { in time_to_start_h21()
231 Curl_expire(data, ctx->hard_eyeballs_timeout_ms - elapsed_ms, in time_to_start_h21()
/third_party/optimized-routines/networking/test/
H A Dchksum.c153 uint64_t elapsed_ms = elapsed_ns / 1000000; in benchmark() local
154 uint32_t blks_per_s = (uint32_t) ((numops / elapsed_ms) * 1000); in benchmark()
156 printf("%11ju ", (uintmax_t) ((accbytes / elapsed_ms) * 1000) / MEGABYTE); in benchmark()
/third_party/backends/backend/genesys/
H A Dlow.cpp1670 unsigned elapsed_ms = 0; in sanei_genesys_wait_for_home() local
1674 elapsed_ms += 100; in sanei_genesys_wait_for_home()
1677 } while (elapsed_ms < timeout_ms && !status.is_at_home); in sanei_genesys_wait_for_home()
1680 if (elapsed_ms >= timeout_ms && !status.is_at_home) { in sanei_genesys_wait_for_home()
/third_party/curl/lib/vtls/
H A Dschannel.c2755 timediff_t elapsed_ms; in Curl_schannel_get_cached_cert_store() local
2781 elapsed_ms = Curl_timediff(now, mbackend->time); in Curl_schannel_get_cached_cert_store()
2782 if(elapsed_ms >= timeout_ms) { in Curl_schannel_get_cached_cert_store()
H A Dopenssl.c3330 timediff_t elapsed_ms = Curl_timediff(now, mb->time); in cached_x509_store_expired() local
3336 return elapsed_ms >= timeout_ms; in cached_x509_store_expired()

Completed in 15 milliseconds