Lines Matching refs:start_time
101 static bool is_timeout_in_range(uint32_t start_time, uint32_t timeout) in is_timeout_in_range() argument
107 start_time) / NSEC_PER_USEC; in is_timeout_in_range()
125 uint32_t start_time; in test_thread_pend_and_timeout() local
130 start_time = k_cycle_get_32(); in test_thread_pend_and_timeout()
133 zassert_true(is_timeout_in_range(start_time, d->timeout)); in test_thread_pend_and_timeout()
303 uint32_t start_time, timeout; in ZTEST() local
309 start_time = k_cycle_get_32(); in ZTEST()
312 zassert_true(is_timeout_in_range(start_time, timeout)); in ZTEST()
356 uint32_t start_time, timeout; in ZTEST() local
365 start_time = k_cycle_get_32(); in ZTEST()
374 zassert_true(is_timeout_in_range(start_time, timeout)); in ZTEST()