Searched refs:test_timer_units (Results 1 – 1 of 1) sorted by relevance
332 #define test_timer_units(fflag, data) \ macro344 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()