Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dmutex_test.cpp60 const scudo::u32 NumberOfIterations = 4 * 1024; variable
62 const scudo::u32 NumberOfIterations = 16 * 1024; variable
67 for (scudo::u32 I = 0; I < NumberOfIterations; I++) { in lockThread()
76 for (scudo::u32 I = 0; I < NumberOfIterations; I++) { in tryThread()