AbstractQueuedSynchronizer.setState

Sets the value of synchronization state. This operation has memory semantics of a {@code volatile} write. @param newState the new state value

class AbstractQueuedSynchronizer
protected final
void
setState
()

Meta