Uses of Class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject

Uses in package java.util.concurrent.locks

Methods with parameter type java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject

int
Returns an estimate of the number of threads waiting on the given condition associated with this synchronizer.
Collection
Returns a collection containing those threads that may be waiting on the given condition associated with this synchronizer.
boolean
Queries whether any threads are waiting on the given condition associated with this synchronizer.
boolean
Queries whether the given ConditionObject uses this synchronizer as its lock.