Searched refs:fair (Results 1 - 19 of 19) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DCycleDetectingLockFactory.java261 public ReentrantLock newReentrantLock(String lockName, boolean fair) { argument
262 return policy == Policies.DISABLED ? new ReentrantLock(fair)
264 new LockGraphNode(lockName), fair);
280 String lockName, boolean fair) {
281 return policy == Policies.DISABLED ? new ReentrantReadWriteLock(fair)
283 new LockGraphNode(lockName), fair);
448 public ReentrantLock newReentrantLock(E rank, boolean fair) { argument
449 return policy == Policies.DISABLED ? new ReentrantLock(fair)
450 : new CycleDetectingReentrantLock(lockGraphNodes.get(rank), fair);
470 E rank, boolean fair) {
279 newReentrantReadWriteLock( String lockName, boolean fair) argument
469 newReentrantReadWriteLock( E rank, boolean fair) argument
795 CycleDetectingReentrantLock( LockGraphNode lockGraphNode, boolean fair) argument
878 CycleDetectingReentrantReadWriteLock( LockGraphNode lockGraphNode, boolean fair) argument
[all...]
H A DMonitor.java318 * Whether this monitor is fair.
320 private final boolean fair; field in class:Monitor
335 * Creates a monitor with a non-fair (but fast) ordering policy. Equivalent to {@code
345 * @param fair whether this monitor should use a fair ordering policy rather than a non-fair (but
348 public Monitor(boolean fair) { argument
349 this.fair = fair;
350 this.lock = new ReentrantLock(fair);
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DAbstractConnPool.java109 boolean fair = false; //@@@ check parameters to decide
110 poolLock = new ReentrantLock(fair);
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
H A DMonitorBasedArrayBlockingQueue.java166 * @param fair if <tt>true</tt> then queue accesses for threads blocked
171 public MonitorBasedArrayBlockingQueue(int capacity, boolean fair) { argument
175 monitor = new Monitor(fair);
200 * @param fair if <tt>true</tt> then queue accesses for threads blocked
209 public MonitorBasedArrayBlockingQueue(int capacity, boolean fair, argument
211 this(capacity, fair);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DMonitorTestCase.java63 boolean fair = new Random().nextBoolean();
64 monitor = new Monitor(fair);
/external/valgrind/none/tests/
H A Dcmdline1.stdout.exp97 --fair-sched=no|yes|try schedule threads fairly on multicore systems [no]
H A Dcmdline2.stdout.exp97 --fair-sched=no|yes|try schedule threads fairly on multicore systems [no]
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1680 milliseconds