Home
last modified time | relevance | path

Searched refs:VgSrc_ExitProcess (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/coregrind/
Dm_threadstate.c86 case VgSrc_ExitProcess: return "VgSrc_ExitProcess"; in VG_()
Dpub_core_threadstate.h73 VgSrc_ExitProcess, /* this thread is exiting due to another thread enumerator
Dm_libcassert.c254 status == 0 ? VgSrc_ExitProcess : VgSrc_FatalSig); in exit_wrk()
Dm_main.c2407 || tids_schedretcode == VgSrc_ExitProcess in shutdown_actions_NORETURN()
2540 case VgSrc_ExitProcess: /* the normal way out (AIX) -- still needed? */ in shutdown_actions_NORETURN()
Dm_machine.c359 || VG_(threads)[tid].exitreason == VgSrc_ExitProcess) { in VG_()
/external/valgrind/main/coregrind/m_gdbserver/
Dm_gdbserver.c985 case VgSrc_ExitProcess: in VG_()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-darwin.c1588 VG_(threads)[t].exitreason = VgSrc_ExitProcess; in PRE()
Dsyswrap-linux.c753 VG_(nuke_all_threads_except)( tid, VgSrc_ExitProcess ); in PRE()