AbstractQueuedSynchronizer.getExclusiveQueuedThreads

Returns a collection containing threads that may be waiting to acquire in exclusive mode. This has the same properties as {@link #getQueuedThreads} except that it only returns those threads waiting due to an exclusive acquire.

@return the collection of threads

class AbstractQueuedSynchronizer
final
Collection!(Thread)
getExclusiveQueuedThreads
()

Meta