Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/app/sample/timer/
Dtimer_app.c144 static struct timer_unittest timer_unittests[] = { in main() local
169 static struct unittest* unittests[countof(timer_unittests)]; in main()
171 for (size_t i = 0; i < countof(timer_unittests); i++) { in main()
172 unittests[i] = &timer_unittests[i].unittest; in main()