Searched refs:exp_total (Results 1 – 1 of 1) sorted by relevance
35 static void CheckThreadQuantity(ThreadRegistry *registry, uptr exp_total, in CheckThreadQuantity() argument39 EXPECT_EQ(exp_total, total); in CheckThreadQuantity()96 u32 exp_total = 16 - (has_quarantine ? 5 - kRegistryQuarantine : 0); in TestRegistry() local97 CheckThreadQuantity(registry, exp_total, 6, 11); in TestRegistry()119 CheckThreadQuantity(registry, exp_total, 1, 1); in TestRegistry()127 for (u32 i = 0; i < exp_total; i++) { in TestRegistry()