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

1 2 3 4 5

  /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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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 96 * deteriorates due to CAS contention on the single slot when
110 * exists when there is no contention. A thread occupying slot
118 * Occupants are mainly avoiding memory contention so sit there
126 * contention. Especially with small numbers of threads, using
134 * contention failures in each of three tried slots. Requiring
136 * failed CASes are not due to contention but instead to simple
139 * contention can be much higher than the average sustainable
161 * Probing: On sensed contention of a selected slot, we probe
169 * Padding: Even with contention management, slots are heavily
190 * 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/broadcom/wlan/bcm4329/src/include/proto/
802.11e.h 83 #define TS_INFO_CONTENTION_SHIFT 7 /* TS info. contention shift */
84 #define TS_INFO_CONTENTION_MASK (0x1 << TS_INFO_CONTENTION_SHIFT) /* TS info. contention mask */
  /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 */
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
qosMngr.h 182 TI_UINT8 uDesireCwMin; /**< The contention window minimum size (in slots) from ini file */
183 TI_UINT16 uDesireCwMax; /**< The contention window maximum size (in slots) from ini file */
  /external/webkit/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...]
  /dalvik/vm/
Atomic.c 130 // the contention locks from different memory addresses
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/base/
condition_variable.h 35 // which leads to contention for the locks they all held when they
  /external/webkit/JavaScriptCore/wtf/
TCSpinLock.h 176 // performance of spinlocks under high contention. A test program
  /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/grub/netboot/
3c509.c 355 * cards check for contention (ie: if one card writes a 0 bit and another
503 /* resolve contention using the Ethernet address */
  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 104 // contention in production code, but is acceptable in a testing
  /external/iproute2/doc/actions/
mirred-usage 59 In the case of A) the problem has to do with a recursive contention
  /external/protobuf/gtest/include/gtest/internal/
gtest-linked_ptr.h 104 // contention in production code, but is acceptable in a testing

Completed in 1790 milliseconds

1 2 3 4 5