Home | History | Annotate | Download | only in concurrent

Lines Matching full:waitercount

297     int waiterCount = 0;
328 * The guards associated with this monitor that currently have waiters ({@code waiterCount > 0}).
859 return guard.waiterCount;
946 int waiters = guard.waiterCount++;
959 int waiters = --guard.waiterCount;