Searched refs:exitreason (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_threadstate.c128 return VG_(threads)[tid].exitreason != VgSrc_None;
H A Dpub_core_threadstate.h301 VgSchedReturnCode exitreason; member in struct:__anon32745
H A Dm_machine.c359 || VG_(threads)[tid].exitreason == VgSrc_ExitProcess) {
H A Dm_main.c2641 VG_(threads)[tid].exitreason = VgSrc_None;
H A Dm_signals.c65 another to exit, it will set its exitreason and send it SIGVGKILL
1766 VG_(threads)[tid].exitreason = VgSrc_FatalSig;
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c242 VG_(threads)[i].exitreason = VgSrc_None;
385 /* There should still be a valid exitreason for this thread */
386 vg_assert(VG_(threads)[tid].exitreason != VgSrc_None);
1576 return tst->exitreason;
1599 VG_(threads)[tid].exitreason = src;
1674 VG_(threads)[tid].exitreason = VgSrc_ExitThread;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c2255 tst->exitreason = VgSrc_ExitThread;
3514 tst->exitreason = VgSrc_FatalSig;
H A Dsyswrap-darwin.c1588 VG_(threads)[t].exitreason = VgSrc_ExitProcess;
6392 tst->exitreason = VgSrc_ExitThread;
6569 tst->exitreason = VgSrc_ExitThread;
H A Dsyswrap-linux.c726 the exitreason. */
755 VG_(threads)[tid].exitreason = VgSrc_ExitThread;

Completed in 5104 milliseconds