Searched refs:VgSrc_ExitThread (Results 1 – 8 of 8) sorted by relevance
85 case VgSrc_ExitThread: return "VgSrc_ExitThread"; in VG_()
72 VgSrc_ExitThread, /* just this thread is exiting */ enumerator
2406 vg_assert(tids_schedretcode == VgSrc_ExitThread in shutdown_actions_NORETURN()2410 if (tids_schedretcode == VgSrc_ExitThread) { in shutdown_actions_NORETURN()2539 case VgSrc_ExitThread: /* the normal way out (Linux) */ in shutdown_actions_NORETURN()
984 case VgSrc_ExitThread: in VG_()
1674 VG_(threads)[tid].exitreason = VgSrc_ExitThread; in os_client_request()
2255 tst->exitreason = VgSrc_ExitThread; in PRE()2727 VG_(nuke_all_threads_except)( tid, VgSrc_ExitThread ); in PRE()
6392 tst->exitreason = VgSrc_ExitThread; in PRE()6569 tst->exitreason = VgSrc_ExitThread; in PRE()
755 VG_(threads)[tid].exitreason = VgSrc_ExitThread; in PRE()