Searched defs:race (Results 1 – 2 of 2) sorted by relevance
95 ExpectRace *race = list->next; in AddExpectRace() local123 for (ExpectRace *race = list->next; race != list; race = race->next) { in FindRace() local133 ExpectRace *race = FindRace(list, addr, size); in CheckContains() local167 for (ExpectRace *race = list->next; race != list; race = race->next) { in CollectMatchedBenignRaces() local219 static void ReportMissedExpectedRace(ExpectRace *race) { in ReportMissedExpectedRace()312 ExpectRace *race = dyn_ann_ctx->expect.next; in AnnotateFlushExpectedRaces() local
11 static int race; variable