Lines Matching defs:seconds
68 static unsigned int seconds;100 "-S <seconds>\t Number of seconds to run\n"128 seconds = 10;166 seconds = atoi(optarg);167 if (seconds == 0)203 printf("seconds %d\n", seconds);438 printf("Thread finished, %f seconds\n",480 sleep(seconds);