Lines Matching refs:NativeThreadWindows
99 auto thread = static_cast<NativeThreadWindows *>(m_threads[i].get()); in Resume()
155 NativeThreadWindows *
157 return static_cast<NativeThreadWindows *>( in GetThreadByID()
249 void NativeProcessWindows::SetStopReasonForThread(NativeThreadWindows &thread, in SetStopReasonForThread()
270 NativeThreadWindows *thread = GetThreadByID(thread_id); in StopThread()
275 auto t = static_cast<NativeThreadWindows *>(m_threads[i].get()); in StopThread()
440 m_threads.push_back(std::make_unique<NativeThreadWindows>( in OnDebuggerConnected()
463 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) { in OnDebugException()
497 if (NativeThreadWindows *stop_thread = in OnDebugException()
519 if (NativeThreadWindows *thread = GetThreadByID(record.GetThreadID())) in OnDebugException()
566 auto thread = std::make_unique<NativeThreadWindows>(*this, new_thread); in OnCreateThread()
580 NativeThreadWindows *thread = GetThreadByID(thread_id); in OnExitThread()