AbstractOwnableSynchronizer.setExclusiveOwnerThread

Sets the thread that currently owns exclusive access. A {@code null} argument indicates that no thread owns access. This method does not otherwise impose any synchronization or {@code volatile} field accesses. @param thread the owner thread

class AbstractOwnableSynchronizer
protected final
void
setExclusiveOwnerThread
(
Thread thread
)

Meta