Searched refs:VKI_SIGSTOP (Results 1 – 14 of 14) sorted by relevance
349 #if defined (VKI_SIGSTOP) in target_signal_from_host()350 if (hostsig == VKI_SIGSTOP) in target_signal_from_host()582 #if defined (VKI_SIGSTOP) in do_target_signal_to_host()584 return VKI_SIGSTOP; in do_target_signal_to_host()
739 if (VG_(kill)(VG_(getpid)(), VKI_SIGSTOP) != 0) in give_control_back_to_vgdb()
716 if (sig != VKI_SIGKILL && sig != VKI_SIGSTOP) in calculate_SKSS_from_SCSS()726 vg_assert(dst->skss_per_sig[VKI_SIGSTOP].skss_handler == VKI_SIG_DFL); in calculate_SKSS_from_SCSS()836 if (sig == VKI_SIGKILL || sig == VKI_SIGSTOP) in handle_SCSS_change()863 VG_(sigdelset)( &ksa.sa_mask, VKI_SIGSTOP ); in handle_SCSS_change()889 VG_(sigaddset)( &ksa_old.sa_mask, VKI_SIGSTOP ); in handle_SCSS_change()994 if ( (signo == VKI_SIGKILL || signo == VKI_SIGSTOP) in VG_()1027 VG_(sigdelset)(&scss.scss_per_sig[signo].scss_mask, VKI_SIGSTOP); in VG_()1138 VG_(sigdelset)(&VG_(threads)[tid].sig_mask, VKI_SIGSTOP); in do_setmask()1290 case VKI_SIGSTOP: return "SIGSTOP"; in signame()2536 if (ret != 0 && (i == VKI_SIGKILL || i == VKI_SIGSTOP)) in VG_()
331 rc = VG_(kill)(VG_(getpid)(), VKI_SIGSTOP); in VG_()340 WIFSTOPPED(status) && WSTOPSIG(status) == VKI_SIGSTOP && in VG_()342 VG_(kill)(pid, VKI_SIGSTOP) == 0 && in VG_()
103 #define VKI_SIGSTOP 19 macro
126 #define VKI_SIGSTOP 19 macro
121 #define VKI_SIGSTOP 19 macro
170 #define VKI_SIGSTOP 19 macro
125 #define VKI_SIGSTOP 19 macro
128 #define VKI_SIGSTOP 19 macro
468 #define VKI_SIGSTOP SIGSTOP macro
425 VG_(sigdelset)(&mask, VKI_SIGSTOP); in block_signals()
1150 VG_(sigdelset)(mask, VKI_SIGSTOP); in sanitize_client_sigmask()
342 #define VKI_SIGSTOP 19