Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/
H A Dkqueue_timer_tests.c210 uint64_t test_duration_us = USEC_PER_SEC; /* 1 second */ in test_interval_kevent() local
216 expected_pops = test_duration_us / (uint64_t)usec; in test_interval_kevent()
254 if (elapsed_usecs > test_duration_us) { in test_interval_kevent()
285 uint64_t test_duration_us = USEC_PER_SEC; /* 1 second */ in test_repeating_kevent() local
287 uint64_t expected_pops = test_duration_us / (uint64_t)usec; in test_repeating_kevent()
299 usleep((useconds_t)test_duration_us); in test_repeating_kevent()