Searched refs:MAXLOOP (Results 1 - 2 of 2) sorted by path

/haiku/src/tests/kits/support/blocker/
H A DConcurrencyTest1.cpp20 const int32 MAXLOOP = 10000; variable
140 * iterates MAXLOOP times through the main loop where the following
163 for (i = 0; i < MAXLOOP; i++) {
165 if (i % (MAXLOOP / 10) == 0)
H A DConcurrencyTest2.cpp24 const int32 MAXLOOP = 10000; variable
187 * iterates MAXLOOP times through the main loop where the following
210 for (i = 0; i < MAXLOOP; i++) {

Completed in 62 milliseconds