Searched refs:VgSrc_ExitThread (Results 1 – 6 of 6) sorted by relevance
70 VgSrc_ExitThread, /* just this thread is exiting */ enumerator
2394 vg_assert(tids_schedretcode == VgSrc_ExitThread in shutdown_actions_NORETURN()2398 if (tids_schedretcode == VgSrc_ExitThread) { in shutdown_actions_NORETURN()2519 case VgSrc_ExitThread: /* the normal way out (Linux) */ in shutdown_actions_NORETURN()
1626 VG_(threads)[tid].exitreason = VgSrc_ExitThread; in os_client_request()
2145 tst->exitreason = VgSrc_ExitThread; in PRE()2617 VG_(nuke_all_threads_except)( tid, VgSrc_ExitThread ); in PRE()
6366 tst->exitreason = VgSrc_ExitThread; in PRE()6543 tst->exitreason = VgSrc_ExitThread; in PRE()
703 VG_(threads)[t].exitreason = VgSrc_ExitThread; in PRE()