Searched refs:run_time (Results 1 – 7 of 7) sorted by relevance
109 op->run_time = time2sec(cp); in environment()147 op->run_time = 60; in options()164 op->run_time = time2sec(optarg); in options()199 if (op->run_time < 15) in options()200 op->run_time = 15; in options()215 t = op->run_time; in show_status()
112 (time(NULL) - start) < op->run_time) { in run_tests()168 (time(NULL) - start) < op->run_time) { in run_test()
453 time_t now, run_time; in main() local544 run_time = (time_t) ctm*60; in main()546 if ((S_IXUSR & buf.st_mode) && (run_time <=now)) { in main()561 if ((run_time < now) && !(S_IXUSR & buf.st_mode) && (S_IRUSR & buf.st_mode)) in main()
58 alarm(op->run_time + 30); in reader()106 alarm(op->run_time + 30); in writer()
39 int run_time; member
152 (time(NULL) - start) < op->run_time) { in test()
7239 …auto run_time = std::max(min_time, std::chrono::duration_cast<decltype(min_time)>(Detail::warmup_t… in prepare() local7240 …etail::run_for_at_least<Clock>(std::chrono::duration_cast<ClockDuration<Clock>>(run_time), 1, fun); in prepare()