Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cpp33 CheckThreadQuantity(ThreadRegistry * registry,uptr exp_total,uptr exp_running,uptr exp_alive) CheckThreadQuantity() argument
94 u32 exp_total = 16 - (has_quarantine ? 5 - kRegistryQuarantine : 0); TestRegistry() local