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

/openbsd-current/regress/sys/kern/pipe/
H A Dtest-ping-pong.c40 int nrounds = 10; local
77 nrounds--;
79 if (nrounds != 0)
80 errx(1, "[c] nrounds: %d > 0", nrounds);
118 if (--nrounds == 0)
H A Dtest-close.c46 int nrounds = 100; local
65 if (!infinity && nrounds-- == 0)

Completed in 162 milliseconds