AbstractQueuedSynchronizer.getState

Returns the current value of synchronization state. This operation has memory semantics of a {@code volatile} read. @return current state value

class AbstractQueuedSynchronizer
protected final
int
getState
()

Meta