Searched defs:race (Results 1 – 5 of 5) sorted by relevance
59 struct race { struct69 static const struct race races[] = { argument
88 struct race { struct96 static const struct race races[] = { argument
90 ExpectRace *race = list->next; in AddExpectRace() local119 for (ExpectRace *race = list->next; race != list; race = race->next) { in FindRace() local129 ExpectRace *race = FindRace(list, addr, size); in CheckContains() local161 for (ExpectRace *race = list->next; race != list; race = race->next) { in CollectMatchedBenignRaces() local214 static void ReportMissedExpectedRace(ExpectRace *race) { in ReportMissedExpectedRace()307 ExpectRace *race = dyn_ann_ctx->expect.next; in AnnotateFlushExpectedRaces() local
699 mod race { module
1375 pub mod race; module