Lines Matching refs:NativeThreadNetBSD
106 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Launch()
201 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal( in MonitorSIGSTOP()
224 NativeThreadNetBSD *thread = nullptr; in MonitorSIGTRAP()
229 thread = static_cast<NativeThreadNetBSD *>(t.get()); in MonitorSIGTRAP()
232 static_cast<NativeThreadNetBSD *>(t.get())->SetStoppedWithNoReason(); in MonitorSIGTRAP()
263 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedByExec(); in MonitorSIGTRAP()
306 NativeThreadNetBSD &t = AddThread(pst.pe_lwp); in MonitorSIGTRAP()
308 static_cast<NativeThreadNetBSD &>(*GetCurrentThread())); in MonitorSIGTRAP()
373 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in MonitorSignal()
474 NativeThreadNetBSD &thread = static_cast<NativeThreadNetBSD &>(*abs_thread); in Resume()
819 NativeThreadNetBSD &NativeProcessNetBSD::AddThread(lldb::tid_t thread_id) { in AddThread()
831 m_threads.push_back(std::make_unique<NativeThreadNetBSD>(*this, thread_id)); in AddThread()
832 return static_cast<NativeThreadNetBSD &>(*m_threads.back()); in AddThread()
872 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in Attach()
1015 NativeThreadNetBSD &parent_thread) { in MonitorClone()
1057 static_cast<NativeThreadNetBSD &>(*thread).SetStoppedBySignal(SIGSTOP); in MonitorClone()