HomeSort by relevance Sort by last modified time
    Searched full:contention (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/linux-tools-perf/scripts/python/bin/
futex-contention-report 2 # description: futext contention measurement
4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
  /external/zlib/contrib/asm586/
README.586 9 program's bottleneck seems to be mostly L1-cache contention, for which
13 However, when used at level 9 compression, the cache contention can
16 files). Even here, though, cache contention can still be the limiting
19 with MMX, which suffers much less from L1-cache contention, but I have
  /external/linux-tools-perf/scripts/python/
futex-contention.py 1 # futex contention
11 # Measures futex contention
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nfs_fs.h 22 #define FLUSH_SYNC 1 /* file being synced, or contention */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs_fs.h 22 #define FLUSH_SYNC 1 /* file being synced, or contention */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs_fs.h 22 #define FLUSH_SYNC 1 /* file being synced, or contention */
  /external/kernel-headers/original/linux/
rwsem.h 33 * trylock for reading -- returns 1 if successful, 0 if contention
43 * trylock for writing -- returns 1 if successful, 0 if contention
  /external/kernel-headers/original/asm-arm/
semaphore.h 91 * The default case (no contention) will result in NO
  /external/kernel-headers/original/linux/mtd/
flashchip.h 81 /* This is used to handle contention on write/erase operations
  /bionic/libc/bionic/
semaphore.c 41 * We use the value -1 to indicate contention on the
323 /* Contention detected. wait for a wakeup event */
349 /* contention on the semaphore, wake up all waiters */
378 * case of contention, the negative of the number of waiting
384 * contention, so we will mimick this behaviour here instead
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 94 * deteriorates due to CAS contention on the single slot when
108 * exists when there is no contention. A thread occupying slot
116 * Occupants are mainly avoiding memory contention so sit there
124 * contention. Especially with small numbers of threads, using
132 * contention failures in each of three tried slots. Requiring
134 * failed CASes are not due to contention but instead to simple
137 * contention can be much higher than the average sustainable
159 * Probing: On sensed contention of a selected slot, we probe
167 * Padding: Even with contention management, slots are heavily
188 * than enough space to handle contention. On small machine
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getElementsByTagNameNS08.java 35 * elements. There is some contention on whether this should match
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
qosMngr.h 183 TI_UINT8 uDesireCwMin; /**< The contention window minimum size (in slots) from ini file */
184 TI_UINT16 uDesireCwMax; /**< The contention window maximum size (in slots) from ini file */
  /external/chromium/net/base/
network_config_watcher_mac.cc 40 // The SystemConfiguration calls in this function can lead to contention early
  /external/webkit/Source/WebCore/dom/default/
PlatformMessagePortChannel.h 46 // The goal of this implementation is to eliminate contention except when cloning or closing the port, so each side of the channel has its own separate mutex.
  /external/bluetooth/glib/tests/
slice-test.c 249 case 'c': /* print contention counters */
298 g_print (" ChunkSize | MagazineSize | Contention\n");
  /external/bluetooth/glib/glib/
gslice.c 66 * see [3]) to lock contention to properly scale performance across a variety
394 gboolean contention = FALSE; local
398 contention = TRUE;
400 if (contention)
403 if (allocator->mutex_counter >= 1) /* quickly adapt to contention */
409 else /* !contention */
521 /* adapt contention counter thresholds to chunk sizes */
    [all...]
  /bionic/libc/unistd/
popen.c 87 * contention.
  /dalvik/vm/
AtomicCache.h 56 int fail; /* contention failure */
  /external/bluetooth/glib/tests/refcount/
closures.c 163 /* try to produce high contention in closure->ref_count */
  /external/chromium/chrome/browser/sync/engine/
syncer.h 71 // may block on network i/o, on lock contention, or on tasks posted to
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMOutputCapsule.java 706 + "' buffer contention resulted in write data consistency. "
736 + "' buffer contention resulted in write data consistency. "
762 + "' buffer contention resulted in write data consistency. "
792 + "' buffer contention resulted in write data consistency. "
  /external/zlib/examples/
gzlog.h 55 if there is significant contention with other instantiations of this object
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReadWriteLock.java 38 * operations, and the contention for the data - that is, the number of
  /external/valgrind/main/drd/docs/
drd-manual.xml 191 Lock contention. One thread blocks the progress of one or more other
224 software. DRD can detect these, as well as lock contention and
346 option enables the detection of lock contention.
474 the detection of lock contention.
772 <sect2 id="drd-manual.lock-contention" xreflabel="Lock Contention">
773 <title>Detected Errors: Lock Contention</title>
779 <emphasis>lock contention</emphasis>.
783 Lock contention causes delays. Such delays should be as short as
787 detect excessive lock contention by making DRD report any lock tha
    [all...]

Completed in 1828 milliseconds

1 2 3 4 5 6