Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc35 static void CheckThreadQuantity(ThreadRegistry *registry, uptr exp_total, in CheckThreadQuantity()
96 u32 exp_total = 16 - (has_quarantine ? 5 - kRegistryQuarantine : 0); in TestRegistry() local