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