AbstractQueuedSynchronizer.SPIN_FOR_TIMEOUT_THRESHOLD

The number of nanoseconds for which it is faster to spin rather than to use timed park. A rough estimate suffices to improve responsiveness with very short timeouts.

class AbstractQueuedSynchronizer
enum long SPIN_FOR_TIMEOUT_THRESHOLD;

Meta