Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dbench_memory_access.cpp89 const int kBlock = 128; in thread() local
90 __m128i data[kBlock * 2]; in thread()
92 for (int i = 0; i < bench_niter / kBlock; i++) { in thread()
94 for (int j = 0; j < kBlock; j++) in thread()