Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dnanosleep.c152 uint64_t actual_ns; in common_lower_bound_check() local
174 actual_ns = k_cyc_to_ns_ceil64(now + then); in common_lower_bound_check()
178 actual_ns = k_cyc_to_ns_ceil64(now); 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()