Home
last modified time | relevance | path

Searched refs:run_time (Results 1 – 7 of 7) sorted by relevance

/freebsd/tools/test/stress2/lib/
H A Doptions.c109 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()
H A Dmain.c112 (time(NULL) - start) < op->run_time) { in run_tests()
168 (time(NULL) - start) < op->run_time) { in run_test()
/freebsd/libexec/atrun/
H A Datrun.c453 time_t now, run_time; in main() local
544 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()
/freebsd/tools/test/stress2/testcases/tcp/
H A Dtcp.c58 alarm(op->run_time + 30); in reader()
106 alarm(op->run_time + 30); in writer()
/freebsd/tools/test/stress2/include/
H A Dstress.h39 int run_time; member
/freebsd/tools/test/stress2/testcases/swap/
H A Dswap.c152 (time(NULL) - start) < op->run_time) { in test()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7239 …auto run_time = std::max(min_time, std::chrono::duration_cast<decltype(min_time)>(Detail::warmup_t… in prepare() local
7240 …etail::run_for_at_least<Clock>(std::chrono::duration_cast<ClockDuration<Clock>>(run_time), 1, fun); in prepare()