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

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

Completed in 115 milliseconds