Searched refs:SetStoppedBySignal (Results 1 – 6 of 6) sorted by relevance
57 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
105 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()199 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSIGSTOP()375 thread.SetStoppedBySignal(info.psi_siginfo.si_signo, &info.psi_siginfo); in MonitorSignal()891 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()1076 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in MonitorClone()
76 void NativeThreadNetBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadNetBSD
60 void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);
100 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()188 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP, in MonitorSIGSTOP()377 thread.SetStoppedBySignal(info.pl_siginfo.si_signo, &info.pl_siginfo); in MonitorSignal()846 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()1007 static_cast<NativeThreadFreeBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in MonitorClone()
76 void NativeThreadFreeBSD::SetStoppedBySignal(uint32_t signo, in SetStoppedBySignal() function in NativeThreadFreeBSD