Searched refs:timecount (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_reconcli.c86 int timecount; local
89 errx(1, "need timecount");
90 timecount = atoi(argv[1]);
91 if (timecount <= 0)
92 errx(1, "invalid timecount %d\n", timecount);
111 sleep(timecount);

Completed in 90 milliseconds