Searched refs:MAXLOOP (Results 1 – 2 of 2) sorted by relevance
20 const int32 MAXLOOP = 10000; variable163 for (i = 0; i < MAXLOOP; i++) { in TestThread()165 if (i % (MAXLOOP / 10) == 0) in TestThread()
24 const int32 MAXLOOP = 10000; variable210 for (i = 0; i < MAXLOOP; i++) { in LockingLoop()