OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025