Class NonReentrantLock.Sync

All Implemented Interfaces:
Serializable, Lock
Enclosing class:
NonReentrantLock

static final class NonReentrantLock.Sync extends AbstractQueuedSynchronizer implements Lock, Serializable
A non-fair lock using AQS state to represent if the lock is held.