AbstractQueuedSynchronizer.isOnSyncQueue

Returns true if a node, always one that was initially placed on a condition queue, is now waiting to reacquire on sync queue. @param node the node @return true if is reacquiring

class AbstractQueuedSynchronizer
final
bool
isOnSyncQueue
(
Node node
)

Meta