Home
last modified time | relevance | path

Searched refs:VKI_SIGSTOP (Results 1 – 17 of 17) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dsignals.c349 #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()
Dm_gdbserver.c835 if (VG_(kill)(VG_(getpid)(), VKI_SIGSTOP) != 0) in give_control_back_to_vgdb()
/external/valgrind/coregrind/
Dm_signals.c840 if (sig != VKI_SIGKILL && sig != VKI_SIGSTOP) in calculate_SKSS_from_SCSS()
850 vg_assert(dst->skss_per_sig[VKI_SIGSTOP].skss_handler == VKI_SIG_DFL); in calculate_SKSS_from_SCSS()
1018 if (sig == VKI_SIGKILL || sig == VKI_SIGSTOP) in handle_SCSS_change()
1046 VG_(sigdelset)( &ksa.sa_mask, VKI_SIGSTOP ); in handle_SCSS_change()
1085 VG_(sigaddset)( &ksa_old.sa_mask, VKI_SIGSTOP ); in handle_SCSS_change()
1190 if ( (signo == VKI_SIGKILL || signo == VKI_SIGSTOP) in VG_()
1225 VG_(sigdelset)(&scss.scss_per_sig[signo].scss_mask, VKI_SIGSTOP); in VG_()
1336 VG_(sigdelset)(&VG_(threads)[tid].sig_mask, VKI_SIGSTOP); in do_setmask()
1488 case VKI_SIGSTOP: return "SIGSTOP"; in VG_()
1712 VG_(kill)(VG_(getpid)(), VKI_SIGSTOP); in default_action()
[all …]
/external/valgrind/include/vki/
Dvki-arm64-linux.h110 #define VKI_SIGSTOP 19 macro
Dvki-amd64-linux.h103 #define VKI_SIGSTOP 19 macro
Dvki-ppc64-linux.h130 #define VKI_SIGSTOP 19 macro
Dvki-ppc32-linux.h126 #define VKI_SIGSTOP 19 macro
Dvki-s390x-linux.h170 #define VKI_SIGSTOP 19 macro
Dvki-x86-linux.h121 #define VKI_SIGSTOP 19 macro
Dvki-arm-linux.h125 #define VKI_SIGSTOP 19 macro
Dvki-mips64-linux.h152 #define VKI_SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
Dvki-mips32-linux.h142 #define VKI_SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
Dvki-darwin.h487 #define VKI_SIGSTOP SIGSTOP macro
Dvki-solaris.h1094 #define VKI_SIGSTOP SIGSTOP /* 23 */ macro
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c481 VG_(sigdelset)(&mask, VKI_SIGSTOP); in block_signals()
/external/valgrind/docs/internals/
Dporting-to-ARM.txt342 #define VKI_SIGSTOP 19
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c1614 VG_(sigdelset)(mask, VKI_SIGSTOP); in VG_()