Home
last modified time | relevance | path

Searched refs:VKI_SIGSTOP (Results 1 – 18 of 18) 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.c834 if (VG_(kill)(VG_(getpid)(), VKI_SIGSTOP) != 0) in give_control_back_to_vgdb()
/external/valgrind/coregrind/
Dm_signals.c818 if (sig != VKI_SIGKILL && sig != VKI_SIGSTOP) in calculate_SKSS_from_SCSS()
828 vg_assert(dst->skss_per_sig[VKI_SIGSTOP].skss_handler == VKI_SIG_DFL); in calculate_SKSS_from_SCSS()
995 if (sig == VKI_SIGKILL || sig == VKI_SIGSTOP) in handle_SCSS_change()
1023 VG_(sigdelset)( &ksa.sa_mask, VKI_SIGSTOP ); in handle_SCSS_change()
1049 VG_(sigaddset)( &ksa_old.sa_mask, VKI_SIGSTOP ); in handle_SCSS_change()
1154 if ( (signo == VKI_SIGKILL || signo == VKI_SIGSTOP) in VG_()
1187 VG_(sigdelset)(&scss.scss_per_sig[signo].scss_mask, VKI_SIGSTOP); in VG_()
1298 VG_(sigdelset)(&VG_(threads)[tid].sig_mask, VKI_SIGSTOP); in do_setmask()
1450 case VKI_SIGSTOP: return "SIGSTOP"; in VG_()
2765 if (ret != 0 && (i == VKI_SIGKILL || i == VKI_SIGSTOP)) in VG_()
Dm_debugger.c473 rc = VG_(kill)(VG_(getpid)(), VKI_SIGSTOP); in VG_()
482 WIFSTOPPED(status) && WSTOPSIG(status) == VKI_SIGSTOP && in VG_()
484 VG_(kill)(pid, VKI_SIGSTOP) == 0 && in VG_()
/external/valgrind/include/vki/
Dvki-arm64-linux.h110 #define VKI_SIGSTOP 19 macro
Dvki-amd64-linux.h103 #define VKI_SIGSTOP 19 macro
Dvki-tilegx-linux.h105 #define VKI_SIGSTOP 19 macro
Dvki-s390x-linux.h170 #define VKI_SIGSTOP 19 macro
Dvki-ppc64-linux.h130 #define VKI_SIGSTOP 19 macro
Dvki-ppc32-linux.h126 #define VKI_SIGSTOP 19 macro
Dvki-arm-linux.h125 #define VKI_SIGSTOP 19 macro
Dvki-x86-linux.h121 #define VKI_SIGSTOP 19 macro
Dvki-mips32-linux.h142 #define VKI_SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
Dvki-mips64-linux.h152 #define VKI_SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
Dvki-darwin.h474 #define VKI_SIGSTOP SIGSTOP macro
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c473 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.c1406 VG_(sigdelset)(mask, VKI_SIGSTOP); in sanitize_client_sigmask()