Skip to the content.

Home / cs-notes / Language / Java / Concurrent / Code / Synchronization / AbstractOwnableSynchronizer

Fields

    /**
     * The current owner of exclusive mode synchronization.
     */
    private transient Thread exclusiveOwnerThread;