共用方式為


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 屬性授權中所述的詞彙使用。

適用於