Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/app/timertest/
Dtimertest.c190 static bool TimerTestTimerPoll(struct TimerTestTimer *t, int64_t timeout) { in TimerTestTimerPoll() function
229 TimerTestTimerPoll(&t, S2NS(10)); in TEST()
240 TimerTestTimerPoll(&t, S2NS(10)); in TEST()
283 TimerTestTimerPoll(&ts[countof(ts) - 1], S2NS(10)); in TEST()
286 TimerTestTimerPoll(&ts[i], S2NS(1)); in TEST()
317 triggered = TimerTestTimerPoll(&t, wait_time); in TEST()