Show / Hide Table of Contents

    Class ReentrantLock

    Inheritance
    System.Object
    ReentrantLock
    Namespace: Lucene.Net.Support.Threading
    Assembly: Lucene.Net.dll
    Syntax
    public class ReentrantLock : object

    Properties

    | Improve this Doc View Source

    HasQueuedThreads

    Declaration
    public bool HasQueuedThreads { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    QueueLength

    Declaration
    public int QueueLength { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Lock()

    Declaration
    public void Lock()
    | Improve this Doc View Source

    TryLock()

    Declaration
    public bool TryLock()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Unlock()

    Declaration
    public void Unlock()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)