Home
last modified time | relevance | path

Searched defs:race (Results 1 – 5 of 5) sorted by relevance

/external/ltp/lib/newlib_tests/
Dtst_fuzzy_sync02.c59 struct race { struct
69 static const struct race races[] = { argument
Dtst_fuzzy_sync01.c88 struct race { struct
96 static const struct race races[] = { argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc90 ExpectRace *race = list->next; in AddExpectRace() local
119 for (ExpectRace *race = list->next; race != list; race = race->next) { in FindRace() local
129 ExpectRace *race = FindRace(list, addr, size); in CheckContains() local
161 for (ExpectRace *race = list->next; race != list; race = race->next) { in CollectMatchedBenignRaces() local
214 static void ReportMissedExpectedRace(ExpectRace *race) { in ReportMissedExpectedRace()
307 ExpectRace *race = dyn_ann_ctx->expect.next; in AnnotateFlushExpectedRaces() local
/external/rust/crates/once_cell/tests/
Dit.rs699 mod race { module
/external/rust/crates/once_cell/src/
Dlib.rs1375 pub mod race; module