GNU Classpath (0.98) | |
Frames | No Frames |
Methods with parameter type java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject | |
int | AbstractQueuedLongSynchronizer.getWaitQueueLength(AbstractQueuedLongSynchronizer.ConditionObject condition) Returns an estimate of the number of threads waiting on the
given condition associated with this synchronizer. |
Collection | AbstractQueuedLongSynchronizer.getWaitingThreads(AbstractQueuedLongSynchronizer.ConditionObject condition) 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.
|
GNU Classpath (0.98) |