HomeSort by relevance Sort by last modified time
    Searched full:error_exitcode (Results 1 - 5 of 5) sorted by null

  /external/valgrind/tsan/
ts_offline.cc 379 if (G_flags->error_exitcode && GetNumberOfFoundErrors() > 0) {
380 return G_flags->error_exitcode;
thread_sanitizer.h 124 intptr_t error_exitcode; member in struct:FLAGS
ts_valgrind.cc 298 if (!G_flags->error_exitcode)
299 G_flags->error_exitcode = VG_(clo_error_exitcode);
510 if (G_flags->error_exitcode && GetNumberOfFoundErrors() > 0) {
511 exit(G_flags->error_exitcode);
    [all...]
ts_pin.cc     [all...]
thread_sanitizer.cc     [all...]

Completed in 1814 milliseconds