Home
last modified time | relevance | path

Searched full:contention (Results 1 – 25 of 245) sorted by relevance

12345678910

/external/adeb/bcc/misc/
Dandroid-futex-contention.py1 # futex contention
11 # Measures futex contention
23 max_waits = {} # Details about a maximum contention like owner, owner chain
71 # Gather stats about the contention (sum, min, max)
75 # Track details about the maximum contention seen
104 print"Max contention info not available"
113 …print "Owner %s caused this contention of %d ns. Owner's Call stack below:" % (waker_name, max_wai…
Dandroid-futex-contention-report2 # description: futext contention measurement
4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/android-futex-contention.py
Dfutex-contention.py1 # futex contention
11 # Measures futex contention
/external/guava/guava/src/com/google/common/cache/
DStriped64.java32 * to reduce cache contention on most processors. Padding is
41 * them until they are needed. When there is no contention, all
42 * updates are made to the base field. Upon first contention (a
44 * The table size is doubled upon further contention until
53 * retries, there is increased contention and reduced locality,
57 * Contention and/or table collisions are indicated by failed
76 * observed contention rates are typically low in these cases.
83 * contention levels will recur, so the cells will eventually be
133 * Base value, used mainly when there is no contention, but also as
176 * creating new Cells, and/or contention. See above for
DLongAdder.java26 * contention. Method {@link #sum} (or, equivalently, {@link
33 * control. Under low update contention, the two classes have similar
34 * characteristics. But under high contention, expected throughput of
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
Dassertions.xml56 For threads with system scheduling contention scope, this function shall
60 For threads with process scheduling contention scope, the threads'
64 The underlying kernel-scheduled entities for the system contention scope
68 The underlying kernel-scheduled entities for the process contention scope
100 Kernel-scheduled entities for use by process contention scope threads that
D15-1.c11 * contention scope threads have their scheduling policy changed to the
48 printf("Process contention scope threads are not supported.\n"); in main()
D22-1.c11 * contention scope threads that are created after this call completes inherit
64 printf("Process contention scope threads are not supported.\n"); in main()
D22-2.c11 * contention scope threads that are created after this call completes inherit
63 printf("Process contention scope threads are not supported.\n"); in main()
D15-2.c11 * contention scope threads have their scheduling parameters changed to the
54 printf("Process contention scope threads are not supported.\n"); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
Dassertions.xml77 …For threads with system scheduling contention scope, this function shall have no effect on their s…
80 …For threads with process scheduling contention scope, the threads' scheduling policy and associate…
83 …The underlying kernel-scheduled entities for the system contention scope threads shall not be affe…
86 The underlying kernel-scheduled entities for the process contention scope
91 Kernel-scheduled entities for use by process contention scope threads that
D21-1.c11 * contention scope threads that are created after this call completes inherit
58 printf("Process contention scope threads are not supported.\n"); in main()
D20-1.c11 * contention scope threads have their scheduling parameters changed to the
54 printf("Process contention scope threads are not supported.\n"); in main()
D21-2.c11 * contention scope threads that are created after this call completes inherit
58 printf("Process contention scope threads are not supported.\n"); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getscope/
Dassertions.xml4 …TEM, signifying system scheduling contention scope, or PTHREAD_SCOPE_PROCESS, signifying process s…
/external/tensorflow/tensorflow/python/ops/
Dstate_ops.py152 otherwise the behavior is undefined, but may exhibit less contention.
181 otherwise the behavior is undefined, but may exhibit less contention.
213 otherwise the behavior is undefined, but may exhibit less contention.
290 otherwise the behavior is undefined, but may exhibit less contention.
353 but may exhibit less contention.
404 otherwise the behavior is undefined, but may exhibit less contention.
468 otherwise the behavior is undefined, but may exhibit less contention.
522 otherwise the behavior is undefined, but may exhibit less contention.
586 but may exhibit less contention.
638 exhibit less contention.
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
Dassertions.xml6 …TEM, signifying system scheduling contention scope, or PTHREAD_SCOPE_PROCESS, signifying process s…
/external/jemalloc_new/
DTUNING.md51 By default jemalloc uses multiple arenas to reduce internal lock contention.
106 managing locality and contention for specific usages. For example,
129 may reduce contention at the allocator level.
/external/mesa3d/src/util/
Dsimple_mtx.h50 * that contention is unlikely so that gcc will put the contention code out of
/external/grpc-grpc/src/core/lib/gpr/
Dsync.cc29 /* Number of mutexes to allocate for events, to avoid lock contention.
33 /* Events are partitioned by address to avoid lock contention. */
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cc199 u64 Contention() const { in Contention() function in __tsan::Backoff
241 StatInc(cur_thread(), stat_type_, backoff.Contention()); in Lock()
269 StatInc(cur_thread(), stat_type_, backoff.Contention()); in ReadLock()
/external/adeb/
DTODO4 - patch perf with the new futex contention script
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ResourceApplyGradientDescent.pbtxt25 otherwise the behavior is undefined, but may exhibit less contention.
Dapi_def_ApplyGradientDescent.pbtxt31 otherwise the behavior is undefined, but may exhibit less contention.
Dapi_def_AssignAdd.pbtxt26 otherwise the behavior is undefined, but may exhibit less contention.

12345678910