- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for OwnerReentrantLock (0.07 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoExecutor.java
} private OwnerReentrantLock getProjectLock(MavenSession session) { SessionData data = session.getSession().getData(); Map<MavenProject, OwnerReentrantLock> locks = data.computeIfAbsent(PROJECT_LOCKS, ConcurrentHashMap::new); return locks.computeIfAbsent(session.getCurrentProject(), p -> new OwnerReentrantLock()); } }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Jun 12 14:55:55 GMT 2025 - 21K bytes - Click Count (0)