Home
last modified time | relevance | path

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

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