Home
last modified time | relevance | path

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

/freebsd-12-stable/tests/sys/kqueue/libkqueue/
Dtimer.c26 #define MS_TO_US(t) ((t) * THOUSAND) /* Convert milliseconds to microseconds. */ macro
54 .tv_nsec = US_TO_NS(MS_TO_US(t)), in mssleep()
385 NOTE_USECONDS, MS_TO_US(1), (void *)2); in test_update()
401 if (elapsed < MS_TO_US(1)) in test_update()
423 NOTE_USECONDS, MS_TO_US(1), NULL); in test_update_equal()
447 if (elapsed < MS_TO_US(1)) in test_update_equal()
467 NOTE_USECONDS, MS_TO_US(1), NULL); in test_update_expired()
491 if (elapsed < MS_TO_US(1)) in test_update_expired()
546 if (elapsed < MS_TO_US(2)) in test_update_periodic()
584 NOTE_USECONDS, MS_TO_US(1), NULL); in test_update_timing()
[all …]