delay 39 terminal.cpp struct timespec delay = {15, 0}; /* 15 seconds */ delay 42 terminal.cpp nanosleep(&delay, NULL); delay 659 threadlist.cpp struct timespec delay = {15, 0}; /* 15 seconds */ delay 662 threadlist.cpp nanosleep(&delay, NULL);