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