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