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