t_sleep.c | 80 int sleeptest(int (*)(struct timespec *, struct timespec *), bool, bool); 203 sleeptest(do_nanosleep, true, false); 217 sleeptest(do_select, true, true); 231 sleeptest(do_poll, true, true); 245 sleeptest(do_sleep, false, false); 259 sleeptest(do_kevent, true, true); 263 sleeptest(int (*test)(struct timespec *, struct timespec *), function in typeref:typename:int
|