AbstractQueuedSynchronizer.acquireQueued

Acquires in exclusive uninterruptible mode for thread already in queue. Used by condition wait methods as well as acquire.

@param node the node @param arg the acquire argument @return {@code true} if interrupted while waiting

class AbstractQueuedSynchronizer
final
bool
acquireQueued
(
Node node
,
int arg
)

Meta