Home
last modified time | relevance | path

Searched defs:kThreadCount (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cpp83 static const uptr kThreadCount = 50; variable
H A Dsanitizer_linux_test.cpp85 static const uptr kThreadCount = 20; global() member in __sanitizer::ThreadListerTest
/llvm-project/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mutex.cpp178 const int kThreadCount = 8; in TEST() local