Home
last modified time | relevance | path

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

/haiku/src/tests/kits/support/blocker/
H A DConcurrencyTest1.cpp20 const int32 MAXLOOP = 10000; variable
163 for (i = 0; i < MAXLOOP; i++) { in TestThread()
165 if (i % (MAXLOOP / 10) == 0) in TestThread()
H A DConcurrencyTest2.cpp24 const int32 MAXLOOP = 10000; variable
210 for (i = 0; i < MAXLOOP; i++) { in LockingLoop()