Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/fs/vfs/
H A Dt_rmdirrace.c66 race(const atf_tc_t *tc, const char *path) in race() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp83 ExpectRace *race = list->next; in AddExpectRace() local
112 for (ExpectRace *race = list->next; race != list; race = race->next) { in FindRace() local
122 ExpectRace *race = FindRace(list, addr, size); in CheckContains() local