Home
last modified time | relevance | path

Searched refs:kRepeat (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_bench.cpp19 const int kRepeat = 2*1024*1024; variable
26 for (int i = 0; i < kRepeat; i++) { in Benchmark()
83 for (int i = 0; i < kRepeat; i++) { in TEST()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/benchmarks/
H A Dfunc_entry_exit.cpp7 const int kRepeat = kRepeat1; in main() local
8 for (int i = 0; i < kRepeat; i++) in main()
H A Dmop.cpp20 const int kRepeat = 1 << 17; in thread() local
22 for (int i = 0; i < kRepeat; i++) { in thread()