Home
last modified time | relevance | path

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

/netbsd-src/tests/kernel/kqueue/
H A Dt_timer.c332 #define test_timer_units(fflag, data) \ macro
344 test_timer_units(NOTE_SECONDS, PREC_TIMEOUT_SEC); in ATF_TC_BODY()
345 test_timer_units(NOTE_MSECONDS, PREC_TIMEOUT_SEC * 1000); in ATF_TC_BODY()
346 test_timer_units(NOTE_USECONDS, PREC_TIMEOUT_SEC * 1000000); in ATF_TC_BODY()
347 test_timer_units(NOTE_NSECONDS, PREC_TIMEOUT_SEC * 1000000000); in ATF_TC_BODY()