Searched refs:a_less_than_b (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/tsan/
H A Dthread_sanitizer.cc1286 bool a_less_than_b = false; local
1293 a_less_than_b = true;
1298 if (a->clk < b->clk) a_less_than_b = true;
1310 return a_less_than_b;

Completed in 122 milliseconds