HomeSort by relevance Sort by last modified time
    Searched refs:spinForTimeoutThreshold (Results 1 - 2 of 2) sorted by null

  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
SynchronousQueue.java 177 static final long spinForTimeoutThreshold = 1000L;
423 else if (nanos > spinForTimeoutThreshold)
715 else if (nanos > spinForTimeoutThreshold)
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 532 static final long spinForTimeoutThreshold = 1000L;
    [all...]

Completed in 172 milliseconds