Searched defs:race (Results 1 – 5 of 5) sorted by relevance
66 race(const atf_tc_t *tc, const char *path) in race() function
89 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() local213 static void ReportMissedExpectedRace(ExpectRace *race) { in ReportMissedExpectedRace()306 ExpectRace *race = dyn_ann_ctx->expect.next; in AnnotateFlushExpectedRaces() local
91 ExpectRace *race = list->next; in AddExpectRace() local120 for (ExpectRace *race = list->next; race != list; race = race->next) { in FindRace() local130 ExpectRace *race = FindRace(list, addr, size); in CheckContains() local162 for (ExpectRace *race = list->next; race != list; race = race->next) { in CollectMatchedBenignRaces() local215 static void ReportMissedExpectedRace(ExpectRace *race) { in ReportMissedExpectedRace()308 ExpectRace *race = dyn_ann_ctx->expect.next; in AnnotateFlushExpectedRaces() local
83 ExpectRace *race = list->next; in AddExpectRace() local112 for (ExpectRace *race = list->next; race != list; race = race->next) { in FindRace() local122 ExpectRace *race = FindRace(list, addr, size); in CheckContains() local
85 static int race; /* game reduced to a race */ variable