Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dnanosleep.c153 uint64_t exp_ns; in common_lower_bound_check() local
185 exp_ns = (uint64_t)s * NSEC_PER_SEC + ns; in common_lower_bound_check()
187 exp_ns = DIV_ROUND_UP(exp_ns, NSEC_PER_USEC) * NSEC_PER_USEC; in common_lower_bound_check()
197 zassert_true(actual_ns >= exp_ns, "actual: %llu expected: %llu", actual_ns, exp_ns); in common_lower_bound_check()