HomeSort by: relevance | last modified time | path
    Searched defs:test_timer_units (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/kernel/kqueue/
t_timer.c 332 #define test_timer_units(fflag, data) \ macro
344 test_timer_units(NOTE_SECONDS, PREC_TIMEOUT_SEC);
345 test_timer_units(NOTE_MSECONDS, PREC_TIMEOUT_SEC * 1000);
346 test_timer_units(NOTE_USECONDS, PREC_TIMEOUT_SEC * 1000000);
347 test_timer_units(NOTE_NSECONDS, PREC_TIMEOUT_SEC * 1000000000);

Completed in 181 milliseconds