Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc67 static void TestRegistry(ThreadRegistry *registry, bool has_quarantine) { in TestRegistry() argument
96 u32 exp_total = 16 - (has_quarantine ? 5 - kRegistryQuarantine : 0); in TestRegistry()