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

/external/valgrind/tsan/
H A Dts_offline.cc379 if (G_flags->error_exitcode && GetNumberOfFoundErrors() > 0) {
380 return G_flags->error_exitcode;
H A Dthread_sanitizer.h124 intptr_t error_exitcode; member in struct:FLAGS
H A Dts_valgrind.cc298 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);
H A Dts_pin.cc3477 if (G_flags->error_exitcode && GetNumberOfFoundErrors() > 0) {
3478 exit(G_flags->error_exitcode);
H A Dthread_sanitizer.cc8203 FindIntFlag("error_exitcode", 0, args, &G_flags->error_exitcode);

Completed in 197 milliseconds