Searched defs:fro (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_load_store.c87 void DRD_(set_first_race_only)(const Bool fro) argument
89 tl_assert(fro == False || fro == True);
90 s_first_race_only = fro;

Completed in 79 milliseconds