Searched refs:kLockCounterLimit (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-platform-linux.cc21 static const int kLockCounterLimit = 50; variable
34 } while (count % 2 == rem && count < kLockCounterLimit);
35 if (count >= kLockCounterLimit) break;
H A Dtest-platform-nullos.cc21 static const int kLockCounterLimit = 50; variable
34 } while (count % 2 == rem && count < kLockCounterLimit);
35 if (count >= kLockCounterLimit) break;

Completed in 112 milliseconds