Searched refs:kMaxMonitorStackDepth (Results 1 – 2 of 2) sorted by relevance
75 static constexpr size_t kMaxMonitorStackDepth = variable289 CHECK_LT(depth, kMaxMonitorStackDepth); in SetRegToLockDepth()
175 } else if (monitors_.size() >= kMaxMonitorStackDepth) { in PushMonitor()