Lines Matching refs:NativeThreadNetBSD
106 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()
200 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSIGSTOP()
223 NativeThreadNetBSD *thread = nullptr; in MonitorSIGTRAP()
228 thread = static_cast<NativeThreadNetBSD *>(t.get()); in MonitorSIGTRAP()
231 static_cast<NativeThreadNetBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()
262 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByExec(); in MonitorSIGTRAP()
305 NativeThreadNetBSD &t = AddThread(pst.pe_lwp); in MonitorSIGTRAP()
307 static_cast<NativeThreadNetBSD &>(*GetCurrentThread())); in MonitorSIGTRAP()
372 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in MonitorSignal()
473 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in Resume()
818 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread()
830 m_threads.push_back(std::make_unique<NativeThreadNetBSD>(*this, thread_id)); in AddThread()
831 return static_cast<NativeThreadNetBSD &>(*m_threads.back()); in AddThread()
871 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()
1014 NativeThreadNetBSD &parent_thread) { in MonitorClone()
1056 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in MonitorClone()