Searched refs:iterations (Results 1 – 3 of 3) sorted by relevance
568 int iterations; in main() local584 for (iterations = argc <= 1 ? 0 : strtol (argv[1], nullptr, 10); in main()585 iterations != 0; in main()586 iterations += (iterations < 0 ? 1 : -1)) in main()587 if (0 <= iterations) in main()
3168 iterations for which the file has not changed, then3239 Change the number of seconds to wait between iterations (the default is 1.0).10623 @itemx --iterations=@var{number}10625 @opindex --iterations=@var{number}10626 @cindex iterations, selecting the number of10697 by the @option{--iterations} option.
5310 to a busy wait, rather than sleeping between iterations.