Home / cs-notes / Language / Java / Concurrent / Code / Synchronization / AbstractOwnableSynchronizer
Fields
    /**
     * The current owner of exclusive mode synchronization.
     */
    private transient Thread exclusiveOwnerThread;
Home / cs-notes / Language / Java / Concurrent / Code / Synchronization / AbstractOwnableSynchronizer
    /**
     * The current owner of exclusive mode synchronization.
     */
    private transient Thread exclusiveOwnerThread;