Searched refs:VgSrc_ExitThread (Results 1 – 9 of 9) sorted by relevance
90 case VgSrc_ExitThread: return "VgSrc_ExitThread"; in VG_()
75 VgSrc_ExitThread, /* just this thread is exiting */ enumerator
2571 vg_assert(tids_schedretcode == VgSrc_ExitThread in shutdown_actions_NORETURN()2575 if (tids_schedretcode == VgSrc_ExitThread) { in shutdown_actions_NORETURN()2704 case VgSrc_ExitThread: /* the normal way out (Linux, Solaris) */ in shutdown_actions_NORETURN()
1023 case VgSrc_ExitThread: in VG_()
1753 VG_(threads)[tid].exitreason = VgSrc_ExitThread; in os_client_request()
2446 tst->exitreason = VgSrc_ExitThread; in PRE()2920 VG_(nuke_all_threads_except)( tid, VgSrc_ExitThread ); in PRE()
241 if ((src == VgSrc_ExitThread) && (daemon_threads > 0)) in run_a_thread_NORETURN()3666 VG_(nuke_all_threads_except)(tid, VgSrc_ExitThread); in PRE()4772 tst->exitreason = VgSrc_ExitThread; in PRE()6704 tst->exitreason = VgSrc_ExitThread;
7550 tst->exitreason = VgSrc_ExitThread; in PRE()7738 tst->exitreason = VgSrc_ExitThread; in PRE()
777 VG_(threads)[tid].exitreason = VgSrc_ExitThread; in PRE()