Lines Matching refs:NativeThreadNetBSD
105 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()
199 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSIGSTOP()
222 NativeThreadNetBSD *thread = nullptr; in MonitorSIGTRAP()
227 thread = static_cast<NativeThreadNetBSD *>(t.get()); in MonitorSIGTRAP()
230 static_cast<NativeThreadNetBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()
261 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByExec(); in MonitorSIGTRAP()
304 NativeThreadNetBSD &t = AddThread(pst.pe_lwp); in MonitorSIGTRAP()
306 static_cast<NativeThreadNetBSD &>(*GetCurrentThread())); in MonitorSIGTRAP()
371 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in MonitorSignal()
495 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in Resume()
838 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread()
850 m_threads.push_back(std::make_unique<NativeThreadNetBSD>(*this, thread_id)); in AddThread()
851 return static_cast<NativeThreadNetBSD &>(*m_threads.back()); in AddThread()
891 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()
1034 NativeThreadNetBSD &parent_thread) { in MonitorClone()
1076 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in MonitorClone()