AbstractQueuedSynchronizer.fullyRelease

Invokes release with current state value; returns saved state. Cancels node and throws exception on failure. @param node the condition node for this wait @return previous sync state

class AbstractQueuedSynchronizer
final
int
fullyRelease
(
Node node
)

Meta