Lines Matching refs:start_time
108 static bool is_timeout_in_range(uint32_t start_time, uint32_t timeout) in is_timeout_in_range() argument
113 diff = k_cyc_to_ms_floor32(stop_time - start_time); in is_timeout_in_range()
272 uint32_t start_time, timeout; in ZTEST() local
276 start_time = k_cycle_get_32(); in ZTEST()
282 zassert_true(is_timeout_in_range(start_time, timeout)); in ZTEST()
319 uint32_t start_time, timeout; in ZTEST() local
326 start_time = k_cycle_get_32(); in ZTEST()
335 zassert_true(is_timeout_in_range(start_time, timeout)); in ZTEST()
401 uint32_t start_time; in test_thread_pend_and_timeout() local
404 start_time = k_cycle_get_32(); in test_thread_pend_and_timeout()
407 zassert_true(is_timeout_in_range(start_time, d->timeout)); in test_thread_pend_and_timeout()