Searched refs:VgSrc_ExitProcess (Results 1 – 9 of 9) sorted by relevance
94 case VgSrc_ExitProcess: return "VgSrc_ExitProcess"; in VG_()
76 VgSrc_ExitProcess, /* this thread is exiting due to another thread enumerator
258 status == 0 ? VgSrc_ExitProcess : VgSrc_FatalSig); in exit_wrk()
2052 || tids_schedretcode == VgSrc_ExitProcess in shutdown_actions_NORETURN()2189 case VgSrc_ExitProcess: /* the normal way out (Darwin) */ in shutdown_actions_NORETURN()
359 || VG_(threads)[tid].exitreason == VgSrc_ExitProcess) { in VG_()
1062 case VgSrc_ExitProcess: in VG_()
243 src = VgSrc_ExitProcess; in run_a_thread_NORETURN()1109 VG_(nuke_all_threads_except)(tid, VgSrc_ExitProcess); in PRE()
2196 VG_(threads)[t].exitreason = VgSrc_ExitProcess; in PRE()
1188 VG_(nuke_all_threads_except)( tid, VgSrc_ExitProcess ); in PRE()