Home
last modified time | relevance | path

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

/freebsd/tests/sys/kqueue/libkqueue/
H A Dtimer.c24 #define MS_TO_US(t) ((t) * THOUSAND) /* Convert milliseconds to microseconds. */ macro
49 .tv_nsec = US_TO_NS(MS_TO_US(t)), in mssleep()
457 NOTE_USECONDS, MS_TO_US(1), (void *)2); in test_update()
473 if (elapsed < MS_TO_US(1)) in test_update()
495 NOTE_USECONDS, MS_TO_US(1), NULL); in test_update_equal()
519 if (elapsed < MS_TO_US(1)) in test_update_equal()
539 NOTE_USECONDS, MS_TO_US(1), NULL); in test_update_expired()
563 if (elapsed < MS_TO_US(1)) in test_update_expired()
618 if (elapsed < MS_TO_US(2)) in test_update_periodic()
656 NOTE_USECONDS, MS_TO_US(1), NULL); in test_update_timing()
[all …]