- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for beginWaitingFor (0.06 seconds)
-
android/guava/src/com/google/common/util/concurrent/Monitor.java
* other thread (last thread modifying the state protected by the monitor) takes over the * responsibility of signalling the next waiter. * * <p>This method must not be called from within a beginWaitingFor/endWaitingFor block, or else * the current thread's guard might be mistakenly signalled, leading to a lost signal. */ @GuardedBy("lock") private void signalNextWaiter() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jan 28 22:39:02 GMT 2026 - 43.5K bytes - Click Count (0)