Home
last modified time | relevance | path

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

/art/runtime/arch/
Dstub_test.cc456 static constexpr size_t kThinLockLoops = 100; in TEST_F() local
480 for (size_t i = 1; i < kThinLockLoops; ++i) { in TEST_F()
530 static constexpr size_t kThinLockLoops = 100; in TestUnlockObject() local
608 } else if (counts[index] == kThinLockLoops) { in TestUnlockObject()