HomeSort by relevance Sort by last modified time
    Searched full:fairness (Results 1 - 23 of 23) 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
  /libcore/luni/src/main/java/java/util/concurrent/
Semaphore.java 93 * <em>fairness</em> parameter. When set false, this class makes no
98 * the head of the queue of waiting threads. When fairness is set true, the
108 * honor the fairness setting, but will take any permits that are
115 * ordering often outweigh fairness considerations.
120 * postponement when these methods are used without fairness set true.
230 * permits and nonfair fairness setting.
242 * permits and the given fairness setting.
326 * circumstances, even though it breaks fairness. If you want to honor
327 * the fairness setting, then use
487 * circumstances, even though it breaks fairness. If you want t
    [all...]
ArrayBlockingQueue.java 37 * <p> This class supports an optional fairness policy for ordering
39 * is not guaranteed. However, a queue constructed with fairness set
40 * to <tt>true</tt> grants threads access in FIFO order. Fairness
SynchronousQueue.java 45 * <p> This class supports an optional fairness policy for ordering
47 * is not guaranteed. However, a queue constructed with fairness set
    [all...]
  /libcore/luni/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/chromium/base/
condition_variable.h 55 // which thread to revive. Performance, in direct contrast with "fairness,"
57 // Signal to revive. Fairness would (if publicly supported) assure that the
condition_variable_win.cc 93 // most recently (LIFO). If we want fairness, then we wake the thread that has
440 to provide performance-and/or-fairness required queue (FIFO) and list (LIFO)
  /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...]
  /external/zlib/win32/
DLL_FAQ.txt 182 In fairness to all possible uses of zlib outside the C
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ReentrantLockTest.java 61 * Constructor sets given fairness
SemaphoreTest.java 75 * Constructor without fairness argument behaves as nonfair
ReentrantReadWriteLockTest.java 61 * Constructor sets given fairness, and is in unlocked state
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/
FileChannel.java 67 * when the first operation has completed. There is no ordered queue or fairness
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /dalvik/vm/
Thread.c 679 * 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 1152 milliseconds