Searched refs:sleeptest (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_sleep.c80 int sleeptest(int (*)(struct timespec *, struct timespec *), bool, bool);
203 sleeptest(do_nanosleep, true, false);
217 sleeptest(do_select, true, true);
232 sleeptest(do_poll, true, true);
247 sleeptest(do_sleep, false, false);
261 sleeptest(do_kevent, true, true);
265 sleeptest(int (*test)(struct timespec *, struct timespec *), function

Completed in 111 milliseconds