Searched refs:GetMaxSpinsBeforeThinLockInflation (Results 1 – 2 of 2) sorted by relevance
300 size_t GetMaxSpinsBeforeThinLockInflation() const { in GetMaxSpinsBeforeThinLockInflation() function
1144 if (contention_count <= runtime->GetMaxSpinsBeforeThinLockInflation()) { in MonitorEnter()