AbstractQueuedSynchronizer.getSharedQueuedThreads

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

@return the collection of threads

class AbstractQueuedSynchronizer
final
Collection!(Thread)
getSharedQueuedThreads
()

Meta