Searched refs:VgSrc_ExitThread (Results 1 – 9 of 9) sorted by relevance
93 case VgSrc_ExitThread: return "VgSrc_ExitThread"; in VG_()
75 VgSrc_ExitThread, /* just this thread is exiting */ enumerator
2051 vg_assert(tids_schedretcode == VgSrc_ExitThread in shutdown_actions_NORETURN()2055 if (tids_schedretcode == VgSrc_ExitThread) { in shutdown_actions_NORETURN()2188 case VgSrc_ExitThread: /* the normal way out (Linux, Solaris) */ in shutdown_actions_NORETURN()
1061 case VgSrc_ExitThread: in VG_()
1754 VG_(threads)[tid].exitreason = VgSrc_ExitThread; in os_client_request()
242 if ((src == VgSrc_ExitThread) && (daemon_threads > 0)) in run_a_thread_NORETURN()1111 VG_(threads)[tid].exitreason = VgSrc_ExitThread; in PRE()3757 VG_(nuke_all_threads_except)(tid, VgSrc_ExitThread); in PRE()4932 tst->exitreason = VgSrc_ExitThread; in PRE()7108 tst->exitreason = VgSrc_ExitThread;
2454 tst->exitreason = VgSrc_ExitThread; in PRE()2940 VG_(nuke_all_threads_except)( tid, VgSrc_ExitThread ); in PRE()
7555 tst->exitreason = VgSrc_ExitThread; in PRE()7743 tst->exitreason = VgSrc_ExitThread; in PRE()
1190 VG_(threads)[tid].exitreason = VgSrc_ExitThread; in PRE()