Searched defs:race (Results 1 – 2 of 2) sorted by relevance
90 ExpectRace *race = list->next; in AddExpectRace() local118 for (ExpectRace *race = list->next; race != list; race = race->next) { in FindRace() local128 ExpectRace *race = FindRace(list, addr, size); in CheckContains() local160 for (ExpectRace *race = list->next; race != list; race = race->next) { in CollectMatchedBenignRaces() local212 static void ReportMissedExpectedRace(ExpectRace *race) { in ReportMissedExpectedRace()305 ExpectRace *race = dyn_ann_ctx->expect.next; in AnnotateFlushExpectedRaces() local
11 static int race; variable