- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for WaitNotInLoop (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-tests/test/com/google/common/util/concurrent/UninterruptiblesTest.java
repeatedlyInterruptTestThread(tearDownStack); latch.awaitUnsuccessfully(70); assertInterrupted(); } // Condition.await() tests /* * RE: the WaitNotInLoop warnings: * * Our tests for awaitUninterruptibly are written under the assumption that no spurious wakeups * occur except for those produced by awaitUninterruptibly itself in response to interrupts. *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 38.1K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/UninterruptiblesTest.java
repeatedlyInterruptTestThread(tearDownStack); latch.awaitUnsuccessfully(70); assertInterrupted(); } // Condition.await() tests /* * RE: the WaitNotInLoop warnings: * * Our tests for awaitUninterruptibly are written under the assumption that no spurious wakeups * occur except for those produced by awaitUninterruptibly itself in response to interrupts. *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 38.1K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/ForwardingCondition.java
import java.util.Date; import java.util.concurrent.TimeUnit; import java.util.concurrent.locks.Condition; /** Forwarding wrapper around a {@code Condition}. */ @SuppressWarnings("WaitNotInLoop") // We are just delegating; _our user_ must loop. @J2ktIncompatible @GwtIncompatible abstract class ForwardingCondition implements Condition { abstract Condition delegate(); @OverrideCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Jul 24 18:55:30 GMT 2025 - 1.8K bytes - Click Count (0)