- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for signalNextWaiterSkipping (0.22 seconds)
-
android/guava/src/com/google/common/util/concurrent/Monitor.java
* cheap (typically one field read). Resurrect this method if you find that not to be true. */ // @GuardedBy("lock") // private void signalNextWaiterSkipping(Guard guardToSkip) { // for (Guard guard = activeGuards; guard != null; guard = guard.next) { // if (guard != guardToSkip && isSatisfied(guard)) { // guard.condition.signal();
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)