- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for newCondition (0.05 seconds)
-
android/guava/src/com/google/common/util/concurrent/ForwardingLock.java
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Jul 23 15:26:56 GMT 2025 - 1.6K bytes - Click Count (0) -
guava/src/com/google/common/util/concurrent/Striped.java
this.strongReference = strongReference; } @Override Lock delegate() { return delegate; } @Override public Condition newCondition() { return new WeakSafeCondition(delegate.newCondition(), strongReference); } } /** Condition object that ensures a strong reference is retained to a specified object. */Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 16 22:01:32 GMT 2025 - 20.6K bytes - Click Count (0)