Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dtimer.c23 static int exp_count; variable
28 ++exp_count; in handler()
29 LOG_DBG("Handler Signal value %d for %d times", val.sival_int, exp_count); in handler()
40 exp_count = 0; in test_timer()
80 zassert_within(exp_count, expected_signal_count, 1, in test_timer()
82 exp_count, expected_signal_count); in test_timer()
130 exp_count = 0; in ZTEST()
145 zassert_equal(exp_count, 1, "Number of expiry is incorrect"); in ZTEST()