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

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc33 static const u32 kRegistryQuarantine = 2; member in namespace:__sanitizer
95 ASSERT_LE(kRegistryQuarantine, 5U);
96 u32 exp_total = 16 - (has_quarantine ? 5 - kRegistryQuarantine : 0);
143 kRegistryQuarantine);

Completed in 335 milliseconds