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

/external/valgrind/tsan/
H A Dthread_sanitizer.cc95 bool debug_atomic = false; variable
8276 debug_atomic = PhaseDebugIsOn("atomic");
8745 PrintfIf(debug_atomic, "rv=%llu, newv=%llu, prev=%llu\n",
8775 PrintfIf(debug_atomic, "ATOMIC: %s-%s %p (%llu,%llu)=%llu\n",
8797 PrintfIf(debug_atomic, "HIST(%p): store acquire=%u, release=%u, rmw=%u\n",
8858 PrintfIf(debug_atomic, "HIST(%p): {\n", (void*)a);
8873 PrintfIf(debug_atomic, "HIST(%p): #%u (tid=%u, clk=%u,"
8889 PrintfIf(debug_atomic, "HIST(%p): replaced: last\n", (void*)a);
8895 PrintfIf(debug_atomic, "HIST(%p): replaced: stability\n", (void*)a);
8900 PrintfIf(debug_atomic, "HIS
[all...]

Completed in 79 milliseconds