Home
last modified time | relevance | path

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

/examples/utest/testcases/kernel/
A Dthread_tc.c415 rt_tick_t check_tick = 0; in test_delay_until() local
420 check_tick = tick; in test_delay_until()
422 delta = rt_tick_get() - check_tick; in test_delay_until()
426 check_tick = tick; in test_delay_until()
429 delta = rt_tick_get() - check_tick; in test_delay_until()
433 check_tick = tick; in test_delay_until()
436 delta = rt_tick_get() - check_tick; in test_delay_until()
440 check_tick = tick; in test_delay_until()
446 check_tick = tick; in test_delay_until()
453 check_tick = tick; in test_delay_until()
[all …]

Completed in 4 milliseconds