Home
last modified time | relevance | path

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

/openbsd/src/games/backgammon/backgammon/
Dpubeval.c82 pubeval(int race) in pubeval()
Dmove.c50 static int race; /* game reduced to a race */ variable
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
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