Searched refs:VKI_SIGSTOP (Results 1 - 14 of 14) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
H A Dsignals.c349 #if defined (VKI_SIGSTOP)
350 if (hostsig == VKI_SIGSTOP)
598 #if defined (VKI_SIGSTOP)
600 return VKI_SIGSTOP;
H A Dm_gdbserver.c798 if (VG_(kill)(VG_(getpid)(), VKI_SIGSTOP) != 0)
/external/valgrind/main/coregrind/
H A Dm_signals.c771 if (sig != VKI_SIGKILL && sig != VKI_SIGSTOP)
781 vg_assert(dst->skss_per_sig[VKI_SIGSTOP].skss_handler == VKI_SIG_DFL);
906 if (sig == VKI_SIGKILL || sig == VKI_SIGSTOP)
934 VG_(sigdelset)( &ksa.sa_mask, VKI_SIGSTOP );
961 VG_(sigaddset)( &ksa_old.sa_mask, VKI_SIGSTOP );
1066 if ( (signo == VKI_SIGKILL || signo == VKI_SIGSTOP)
1099 VG_(sigdelset)(&scss.scss_per_sig[signo].scss_mask, VKI_SIGSTOP);
1210 VG_(sigdelset)(&VG_(threads)[tid].sig_mask, VKI_SIGSTOP); local
1362 case VKI_SIGSTOP: return "SIGSTOP";
2664 if (ret != 0 && (i == VKI_SIGKILL || i == VKI_SIGSTOP))
[all...]
H A Dm_debugger.c368 rc = VG_(kill)(VG_(getpid)(), VKI_SIGSTOP);
377 WIFSTOPPED(status) && WSTOPSIG(status) == VKI_SIGSTOP &&
379 VG_(kill)(pid, VKI_SIGSTOP) == 0 &&
/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h103 #define VKI_SIGSTOP 19 macro
H A Dvki-arm-linux.h125 #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-mips32-linux.h142 #define VKI_SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
H A Dvki-darwin.h468 #define VKI_SIGSTOP SIGSTOP macro
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c462 VG_(sigdelset)(&mask, VKI_SIGSTOP);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c1232 VG_(sigdelset)(mask, VKI_SIGSTOP);

Completed in 981 milliseconds