HomeSort by relevance Sort by last modified time
    Searched full:fairness (Results 1 - 20 of 20) sorted by null

  /external/iproute2/man/man8/
tc-sfq.8 3 sfq \- Stochastic Fairness Queueing
12 Stochastic Fairness Queueing is a classless queueing discipline available for
18 The goal is to ensure fairness so that each flow is able to send data in turn, thus preventing
50 on the fullest bucket, thus maintaining fairness.
86 Paul E. McKenney "Stochastic Fairness Queuing",
91 Paul E. McKenney "Stochastic Fairness Queuing",
tc.8 146 Stochastic Fairness Queueing reorders queued traffic so each 'session'
  /system/extras/tests/sdcard/
profile_sdcard.sh 48 fairness() { function
62 fairness
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Semaphore.java 92 * <em>fairness</em> parameter. When set false, this class makes no
97 * the head of the queue of waiting threads. When fairness is set true, the
107 * honor the fairness setting, but will take any permits that are
114 * ordering often outweigh fairness considerations.
119 * postponement when these methods are used without fairness set true.
231 * permits and nonfair fairness setting.
243 * permits and the given fairness setting.
327 * circumstances, even though it breaks fairness. If you want to honor
328 * the fairness setting, then use
488 * circumstances, even though it breaks fairness. If you want t
    [all...]
ArrayBlockingQueue.java 31 * <p> This class supports an optional fairness policy for ordering
33 * is not guaranteed. However, a queue constructed with fairness set
34 * to <tt>true</tt> grants threads access in FIFO order. Fairness
SynchronousQueue.java 40 * <p> This class supports an optional fairness policy for ordering
42 * is not guaranteed. However, a queue constructed with fairness set
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 27 * <em>fairness</em> parameter. When set {@code true}, under
34 * starvation. Note however, that fairness of locks does not guarantee
35 * fairness of thread scheduling. Thus, one of many threads using a
40 * honor the fairness setting. It will succeed if the lock
238 * given fairness policy.
325 * circumstances, even though it breaks fairness. If you want to honor
326 * the fairness setting for this lock, then use
570 * Returns {@code true} if this lock has fairness set true.
572 * @return {@code true} if this lock has fairness set true
ReentrantReadWriteLock.java 22 * <em>fairness</em> policy.
208 * the given fairness policy.
761 * breaks fairness. If you want to honor the fairness setting
    [all...]
  /external/kernel-headers/original/asm-x86/
spinlock_32.h 25 * We make no fairness assumptions. They have a cost.
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLockTest.java 68 * testLockFairness() tests the fairness of prioritizing multiple threads
  /external/iproute2/examples/
cbq.init-v0.7.3 321 # among several hosts. As it is stochastic, the fairness is approximate but
322 # it will do the job in most cases. If you want real fairness, you should
    [all...]
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
ReentrantLockTest.java 70 * Constructor sets given fairness
    [all...]
SemaphoreTest.java 82 * Constructor without fairness argument behaves as nonfair
ReentrantReadWriteLockTest.java 68 * Constructor sets given fairness, and is in unlocked state
    [all...]
  /external/zlib/win32/
DLL_FAQ.txt 182 In fairness to all possible uses of zlib outside the C
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
FileChannel.java 67 * when the first operation has completed. There is no ordered queue or fairness
    [all...]
  /dalvik/vm/
Thread.c 677 * There's no guarantee of mutex fairness, so this might not work.
    [all...]
  /external/qemu/
vl-android.c     [all...]
vl.c     [all...]
  /external/quake/quake/src/WinQuake/data/
TECHINFO.TXT     [all...]

Completed in 384 milliseconds