Searched defs:VKI_SIGSTOP (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_signals.c716 if (sig != VKI_SIGKILL && sig != VKI_SIGSTOP)
726 vg_assert(dst->skss_per_sig[VKI_SIGSTOP].skss_handler == VKI_SIG_DFL);
836 if (sig == VKI_SIGKILL || sig == VKI_SIGSTOP)
863 VG_(sigdelset)( &ksa.sa_mask, VKI_SIGSTOP );
889 VG_(sigaddset)( &ksa_old.sa_mask, VKI_SIGSTOP );
994 if ( (signo == VKI_SIGKILL || signo == VKI_SIGSTOP)
1027 VG_(sigdelset)(&scss.scss_per_sig[signo].scss_mask, VKI_SIGSTOP);
1138 VG_(sigdelset)(&VG_(threads)[tid].sig_mask, VKI_SIGSTOP); local
1290 case VKI_SIGSTOP: return "SIGSTOP";
2536 if (ret != 0 && (i == VKI_SIGKILL || i == VKI_SIGSTOP))
[all...]
/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h103 #define VKI_SIGSTOP 19 macro
H A Dvki-ppc32-linux.h126 #define VKI_SIGSTOP 19 macro
H A Dvki-ppc64-linux.h128 #define VKI_SIGSTOP 19 macro
H A Dvki-s390x-linux.h170 #define VKI_SIGSTOP 19 macro
H A Dvki-x86-linux.h121 #define VKI_SIGSTOP 19 macro
H A Dvki-arm-linux.h125 #define VKI_SIGSTOP 19 macro
H A Dvki-darwin.h468 #define VKI_SIGSTOP SIGSTOP macro

Completed in 141 milliseconds