Searched refs:SetStoppedBySignal (Results 1 – 6 of 6) sorted by relevance
57 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
106 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()200 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSIGSTOP()376 thread.SetStoppedBySignal(info.psi_siginfo.si_signo, &info.psi_siginfo); in MonitorSignal()871 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()1056 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in MonitorClone()
76 void NativeThreadNetBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadNetBSD
101 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()185 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP, in MonitorSIGSTOP()370 thread.SetStoppedBySignal(info.pl_siginfo.si_signo, &info.pl_siginfo); in MonitorSignal()831 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()992 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in MonitorClone()
76 void NativeThreadFreeBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadFreeBSD