AbstractQueuedLongSynchronizer.ExclusiveQueuedThreads 属性

定义

返回一个集合,该集合包含可能等待以独占模式获取的线程。

public System.Collections.Generic.ICollection<Java.Lang.Thread>? ExclusiveQueuedThreads { [Android.Runtime.Register("getExclusiveQueuedThreads", "()Ljava/util/Collection;", "")] get; }
[<get: Android.Runtime.Register("getExclusiveQueuedThreads", "()Ljava/util/Collection;", "")>]
member this.ExclusiveQueuedThreads : System.Collections.Generic.ICollection<Java.Lang.Thread>

属性值

线程集合

属性

注解

返回一个集合,该集合包含可能等待以独占模式获取的线程。 这与它只返回因独占获取而等待的线程具有相同的属性 #getQueuedThreads

适用于 . 的 java.util.concurrent.locks.AbstractQueuedLongSynchronizer.getExclusiveQueuedThreads()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于