HomeSort by relevance Sort by last modified time
    Searched refs:GetMaxSpinsBeforeThinkLockInflation (Results 1 - 2 of 2) sorted by null

  /art/runtime/
runtime.h 242 size_t GetMaxSpinsBeforeThinkLockInflation() const {
monitor.cc 755 if (contention_count <= runtime->GetMaxSpinsBeforeThinkLockInflation()) {
    [all...]

Completed in 143 milliseconds