Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/
H A Dkqueue_timer_tests.c88 uint64_t nowus, expected, timescale = 0; in test_absolute_kevent() local
103 timescale = USEC_PER_SEC; in test_absolute_kevent()
107 timescale = 1; in test_absolute_kevent()
111 timescale = 1000; in test_absolute_kevent()
124 expected = (uint64_t)time * timescale; in test_absolute_kevent()
125 deadline = (int64_t)(nowus / timescale) + time; in test_absolute_kevent()