Home
last modified time | relevance | path

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

/external/ltp/lib/newlib_tests/
Dtest16.c55 unsigned int i, j, fail = 0, lost_race = 0; in run() local
65 lost_race++; in run()
87 if (lost_race < 100) in run()
88 tst_res(TFAIL, "A only lost the race %d times", lost_race); in run()
90 tst_res(TPASS, "A lost the race %d times", lost_race); in run()