Searched refs:delay (Results 1 – 4 of 4) sorted by relevance
44 struct timespec delay; in writer_thread() local47 delay.tv_sec = 0; in writer_thread()48 delay.tv_nsec = DELAY; in writer_thread()62 nanosleep (&delay, NULL); in writer_thread()80 struct timespec delay; in reader_thread() local83 delay.tv_sec = 0; in reader_thread()84 delay.tv_nsec = DELAY; in reader_thread()98 nanosleep (&delay, NULL); in reader_thread()
103 struct timespec delay; in do_test() local104 delay.tv_sec = 10; in do_test()105 delay.tv_nsec = 0; in do_test()106 nanosleep (&delay, NULL); in do_test()
40 struct timespec delay; in reader_thread() local43 delay.tv_sec = 0; in reader_thread()44 delay.tv_nsec = DELAY; in reader_thread()62 nanosleep (&delay, NULL); in reader_thread()
37 static const struct timespec delay = { 0, 1000000 }; variable92 nanosleep (&delay, NULL); in writer_thread()139 nanosleep (&delay, NULL); in reader_thread()
Completed in 5 milliseconds