Show / Hide Table of Contents

    Class ReentrantLock

    Inheritance
    System.Object
    ReentrantLock
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Support.Threading
    Assembly: Lucene.Net.dll
    Syntax
    public class ReentrantLock

    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()

    Extension Methods

    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)