Searched refs:tids_schedretcode (Results 1 – 3 of 3) sorted by relevance
63 void VG_(gdbserver_exit) (ThreadId tid, VgSchedReturnCode tids_schedretcode);
1619 VgSchedReturnCode tids_schedretcode );2529 VgSchedReturnCode tids_schedretcode ) in shutdown_actions_NORETURN() argument2535 vg_assert(tids_schedretcode == VgSrc_ExitThread in shutdown_actions_NORETURN()2536 || tids_schedretcode == VgSrc_ExitProcess in shutdown_actions_NORETURN()2537 || tids_schedretcode == VgSrc_FatalSig ); in shutdown_actions_NORETURN()2539 if (tids_schedretcode == VgSrc_ExitThread) { in shutdown_actions_NORETURN()2658 VG_(gdbserver_exit) (tid, tids_schedretcode); in shutdown_actions_NORETURN()2667 switch (tids_schedretcode) { in shutdown_actions_NORETURN()
1005 void VG_(gdbserver_exit) (ThreadId tid, VgSchedReturnCode tids_schedretcode) in VG_()1010 switch(tids_schedretcode) { in VG_()