Searched refs:VgSrc_ExitProcess (Results 1 – 8 of 8) sorted by relevance
86 case VgSrc_ExitProcess: return "VgSrc_ExitProcess"; in VG_()
73 VgSrc_ExitProcess, /* this thread is exiting due to another thread enumerator
254 status == 0 ? VgSrc_ExitProcess : VgSrc_FatalSig); in exit_wrk()
2407 || tids_schedretcode == VgSrc_ExitProcess in shutdown_actions_NORETURN()2540 case VgSrc_ExitProcess: /* the normal way out (AIX) -- still needed? */ in shutdown_actions_NORETURN()
359 || VG_(threads)[tid].exitreason == VgSrc_ExitProcess) { in VG_()
985 case VgSrc_ExitProcess: in VG_()
1588 VG_(threads)[t].exitreason = VgSrc_ExitProcess; in PRE()
753 VG_(nuke_all_threads_except)( tid, VgSrc_ExitProcess ); in PRE()