Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cpp129 bool UniqueThreads; member
158 << (info.param.UniqueThreads ? "_UniqueThreads" : ""); in PrintStackDepotBenchmarkParams()
176 while (here < Param.UniqueThreads) std::this_thread::yield(); in TEST_P()
193 threads.emplace_back(thread, Param.UniqueThreads * i); in TEST_P()