Searched refs:VgSrc_ExitThread (Results 1 – 7 of 7) sorted by relevance
70 VgSrc_ExitThread, /* just this thread is exiting */ enumerator
2250 vg_assert(tids_schedretcode == VgSrc_ExitThread in shutdown_actions_NORETURN()2254 if (tids_schedretcode == VgSrc_ExitThread) { in shutdown_actions_NORETURN()2375 case VgSrc_ExitThread: /* the normal way out (Linux) */ in shutdown_actions_NORETURN()
898 VG_(nuke_all_threads_except)( tid, VgSrc_ExitThread ); in PRE()2470 tst->exitreason = VgSrc_ExitThread; in PRE()
2159 tst->exitreason = VgSrc_ExitThread; in PRE()2630 VG_(nuke_all_threads_except)( tid, VgSrc_ExitThread ); in PRE()
6341 tst->exitreason = VgSrc_ExitThread; in PRE()6511 tst->exitreason = VgSrc_ExitThread; in PRE()
655 VG_(threads)[t].exitreason = VgSrc_ExitThread; in PRE()
1438 VG_(threads)[tid].exitreason = VgSrc_ExitThread; in os_client_request()