/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_thread_registry_test.cc | 35 static void CheckThreadQuantity(ThreadRegistry *registry, uptr exp_total, 39 EXPECT_EQ(exp_total, total); 96 u32 exp_total = 16 - (has_quarantine ? 5 - kRegistryQuarantine : 0); local in function:__sanitizer::TestRegistry 97 CheckThreadQuantity(registry, exp_total, 6, 11); 119 CheckThreadQuantity(registry, exp_total, 1, 1); 127 for (u32 i = 0; i < exp_total; i++) {
|
sanitizer_thread_registry_test.cc | 35 static void CheckThreadQuantity(ThreadRegistry *registry, uptr exp_total, 39 EXPECT_EQ(exp_total, total); 96 u32 exp_total = 16 - (has_quarantine ? 5 - kRegistryQuarantine : 0); local in function:__sanitizer::TestRegistry 97 CheckThreadQuantity(registry, exp_total, 6, 11); 119 CheckThreadQuantity(registry, exp_total, 1, 1); 127 for (u32 i = 0; i < exp_total; i++) {
|