Searched refs:sleeptime (Results 1 – 1 of 1) sorted by relevance
69 const struct timespec sleeptime = { .tv_nsec = 100000000 }; in test_nanosleep() local70 int e = clock_nanosleep (clock, 0, &sleeptime, NULL); in test_nanosleep()93 struct timespec sleeptimeabs = sleeptime; in test_nanosleep()221 struct timespec sleeptime = { .tv_nsec = 500000000 }; in do_test() local222 if (nanosleep (&sleeptime, NULL) != 0) in do_test()262 e = clock_nanosleep (CLOCK_THREAD_CPUTIME_ID, 0, &sleeptime, NULL); in do_test()
Completed in 4 milliseconds