Searched refs:VKI_SIGSTOP (Results 1 – 18 of 18) sorted by relevance
349 #if defined (VKI_SIGSTOP) in target_signal_from_host()350 if (hostsig == VKI_SIGSTOP) in target_signal_from_host()598 #if defined (VKI_SIGSTOP) in do_target_signal_to_host()600 return VKI_SIGSTOP; in do_target_signal_to_host()
835 if (VG_(kill)(VG_(getpid)(), VKI_SIGSTOP) != 0) in give_control_back_to_vgdb()
855 if (sig != VKI_SIGKILL && sig != VKI_SIGSTOP) in calculate_SKSS_from_SCSS()865 vg_assert(dst->skss_per_sig[VKI_SIGSTOP].skss_handler == VKI_SIG_DFL); in calculate_SKSS_from_SCSS()1041 if (sig == VKI_SIGKILL || sig == VKI_SIGSTOP) in handle_SCSS_change()1069 VG_(sigdelset)( &ksa.sa_mask, VKI_SIGSTOP ); in handle_SCSS_change()1108 VG_(sigaddset)( &ksa_old.sa_mask, VKI_SIGSTOP ); in handle_SCSS_change()1213 if ( (signo == VKI_SIGKILL || signo == VKI_SIGSTOP) in VG_()1248 VG_(sigdelset)(&scss.scss_per_sig[signo].scss_mask, VKI_SIGSTOP); in VG_()1359 VG_(sigdelset)(&VG_(threads)[tid].sig_mask, VKI_SIGSTOP); in do_setmask()1511 case VKI_SIGSTOP: return "SIGSTOP"; in VG_()2990 if (ret != 0 && (i == VKI_SIGKILL || i == VKI_SIGSTOP)) in VG_()
110 #define VKI_SIGSTOP 19 macro
103 #define VKI_SIGSTOP 19 macro
105 #define VKI_SIGSTOP 19 macro
130 #define VKI_SIGSTOP 19 macro
170 #define VKI_SIGSTOP 19 macro
126 #define VKI_SIGSTOP 19 macro
125 #define VKI_SIGSTOP 19 macro
121 #define VKI_SIGSTOP 19 macro
142 #define VKI_SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
152 #define VKI_SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
487 #define VKI_SIGSTOP SIGSTOP macro
1028 #define VKI_SIGSTOP SIGSTOP /* 23 */ macro
481 VG_(sigdelset)(&mask, VKI_SIGSTOP); in block_signals()
342 #define VKI_SIGSTOP 19
1662 VG_(sigdelset)(mask, VKI_SIGSTOP); in sanitize_client_sigmask()