HomeSort by relevance Sort by last modified time
    Searched defs:waiterCount (Results 1 - 2 of 2) sorted by null

  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 225 int waiterCount = 0;
264 * The guards associated with this monitor that currently have waiters ({@code waiterCount > 0}).
753 return guard.waiterCount > 0;
771 return guard.waiterCount;
784 if ((guard == interruptedGuard) && (guard.waiterCount == 1)) {
805 int waiters = guard.waiterCount++;
813 int waiters = --guard.waiterCount;
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 148 milliseconds