Home
last modified time | relevance | path

Searched defs:delayus (Results 1 – 1 of 1) sorted by relevance

/freebsd/tools/test/gpioevents/
H A Dgpioevents.c209 run_read(bool loop, int handle, const char *file, u_int delayus) in run_read()
254 run_poll(bool loop, int handle, const char *file, int timeout, u_int delayus) in run_poll()
290 run_select(bool loop, int handle, const char *file, int timeout, u_int delayus) in run_select()
328 run_kqueue(bool loop, int handle, const char *file, int timeout, u_int delayus) in run_kqueue()
379 run_aio_read(bool loop, int handle, const char *file, u_int delayus) in run_aio_read()
475 u_int delayus = 0; in main() local