Searched refs:start_time (Results 1 – 4 of 4) sorted by relevance
43 OSSL_TIME start_time; in test_quic_client_ex() local99 start_time = ossl_time_now(); in test_quic_client_ex()102 if (ossl_time_compare(ossl_time_subtract(ossl_time_now(), start_time), in test_quic_client_ex()
74 OSSL_TIME start_time; in do_test() local200 start_time = real_now(NULL); in do_test()203 if (ossl_time_compare(ossl_time_subtract(real_now(NULL), start_time), in do_test()
79 OSSL_TIME start_time; member838 h->start_time = ossl_time_now(); in helper_init()
83 static OSSL_TIME start_time; variable381 start_time = qtest_get_time(); in qtest_start_stopwatch()386 return ossl_time2ms(ossl_time_subtract(qtest_get_time(), start_time)); in qtest_get_stopwatch_time()
Completed in 26 milliseconds