Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/Linux/
H A Dcreate-thread-stress.cpp16 constexpr int kChildIterations = REUSE ? 8 : 1; variable
21 for (int i = 0; i < kChildIterations; ++i) { in Thread()