Home
last modified time | relevance | path

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

/trusty/user/app/sample/timer/
Dtimer_app.c43 #define ONE_S (1000ULL * ONE_MS) macro
90 trusty_nanosleep(0, 0, 10ULL * ONE_S); in TEST()
91 check_timestamps(ts, ONE_S * 10, ONE_S * 11, "10s sleep"); in TEST()
112 end = now + (ONE_S * 60); in TEST()
115 remaining = (end - now) / ONE_S; in TEST()