AbstractOwnableSynchronizer.getExclusiveOwnerThread

Returns the thread last set by {@code setExclusiveOwnerThread}, or {@code null} if never set. This method does not otherwise impose any synchronization or {@code volatile} field accesses. @return the owner thread

class AbstractOwnableSynchronizer
protected final
Thread
getExclusiveOwnerThread
()

Meta