HomeSort by: relevance | last modified time | path
    Searched defs:sleeptest (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/gen/
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
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

Completed in 26 milliseconds