/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_clock.cc | 95 ThreadClock::ThreadClock(unsigned tid, unsigned reused) in ThreadClock() argument 97 , reused_(reused + 1) { // 0 has special meaning in ThreadClock() 103 clk_[tid_].reused = reused_; in ThreadClock() 122 if (src->elem(tid_).reused == reused_) { in acquire() 155 src->elem(tid_).reused = reused_; in acquire() 200 ce.reused = 0; in release() 206 dst->elem(i).reused = 0; in release() 214 dst->elem(tid_).reused = reused_; in release() 239 ce.reused = 0; in ReleaseStore() 246 ce.reused = 0; in ReleaseStore() [all …]
|
D | tsan_clock.h | 23 u64 reused : 64 - kClkBits; member 85 explicit ThreadClock(unsigned tid, unsigned reused = 0);
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_clock_test.cc | 309 unsigned reused[kThreads]; in ClockFuzzer() local 311 reused[i] = 0; in ClockFuzzer() 313 thr1[i] = new ThreadClock(i, reused[i]); in ClockFuzzer() 367 reused[tid]++; in ClockFuzzer() 372 thr1[tid] = new ThreadClock(tid, reused[tid]); in ClockFuzzer()
|
/external/llvm/utils/lit/tests/Inputs/discovery/ |
D | lit.cfg | 7 # because this suite gets reused for testing the exec root behavior (in
|
/external/linux-tools-perf/src/tools/perf/ |
D | CREDITS | 1 Most of the infrastructure that 'perf' uses here has been reused
|
/external/toybox/tests/ |
D | printf.test | 34 # posix: "The format operand shall be reused as often as necessary to satisfy
|
/external/llvm/test/CodeGen/AArch64/ |
D | fp-cond-sel.ll | 23 ; FLT0 is reused from above on ARM64.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 25 libsupport - Basic support library, reused from LLVM. 27 libsystem - System abstraction library, reused from LLVM. 138 * Built as a framework, can be reused by multiple tools.
|
D | 2001-04-16-DynamicCompilation.txt | 46 reused unchanged in their current form. It also provides important static
|
/external/valgrind/docs/internals/ |
D | tm-threadstates.dot | 13 dead -> alive [ label="reused" ];
|
D | 3_8_BUGSTATUS.txt | 443 322258 No thread notification is printed if new thread reused tid of
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | examples.txt | 74 Total 1148 (delta 690), reused 1148 (delta 690) 128 Total 1148 (delta 690), reused 1148 (delta 690)
|
/external/v8/test/webkit/ |
D | dfg-inline-constant-expected.txt | 24 This tests that function inlining in the DFG JIT doesn't get confused by constants being reused bet…
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2011-10-06-ReusePhi.ll | 4 ; Verify that scaled GEPs are not reused. rdar://5064068
|
/external/llvm/test/CodeGen/X86/ |
D | pshufb-mask-comments.ll | 30 ; Test that we won't crash when the constant was reused for another instruction.
|
D | statepoint-stack-usage.ll | 33 ; being reused for gc values.
|
/external/iproute2/doc/ |
D | api-ip6-flowlabels.tex | 315 #define IPV6_FL_S_PROCESS 2 /* May be reused by this process */ 316 #define IPV6_FL_S_USER 3 /* May be reused by this user */ 321 label, it will not be reused with different destination and options at least 414 be reused before path state expires and all the intermediate
|
/external/openfst/ |
D | NEWS | 70 - Fixed reused local variable names (1.2.9)
|
/external/okhttp/mockwebserver/ |
D | README.md | 72 // Shut down the server. Instances cannot be reused.
|
/external/elfutils/src/ |
D | TODO | 105 The old mapping should be reused in that case. The problem is worse
|
/external/eigen/doc/ |
D | TopicLazyEvaluation.dox | 57 …n cases, an intermediate result is sufficiently costly to compute and is reused sufficiently many …
|
/external/libusb-compat/ |
D | ChangeLog | 149 and those file descriptors may be reused for other things.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | RewriteRuleElementStream.as | 57 * can be reused in future subrules. So, reset must set a dirty bit.
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/ |
D | app.rst | 147 reference in the application to be reused.
|
/external/mesa3d/doxygen/ |
D | gallium.doc | 150 vertex processing, split off into a separate module so that it can be reused
|