Searched refs:m_thread_list_real (Results 1 – 3 of 3) sorted by relevance
1476 std::lock_guard<std::recursive_mutex> guard(m_thread_list_real.GetMutex()); in ClearThreadIDList()1512 std::lock_guard<std::recursive_mutex> guard(m_thread_list_real.GetMutex()); in UpdateThreadIDList()1724 std::lock_guard<std::recursive_mutex> guard(m_thread_list_real.GetMutex()); in SetThreadStopInfo()1725 thread_sp = m_thread_list_real.FindThreadByProtocolID(tid, false); in SetThreadStopInfo()1730 m_thread_list_real.AddThread(thread_sp); in SetThreadStopInfo()2031 std::lock_guard<std::recursive_mutex> guard(m_thread_list_real.GetMutex()); in HandleThreadAsyncInterrupt()2032 thread_sp = m_thread_list_real.FindThreadByProtocolID(m_interrupt_tid, in HandleThreadAsyncInterrupt()2261 m_thread_list_real.GetMutex()); in SetThreadStopInfo()2452 std::lock_guard<std::recursive_mutex> guard(m_thread_list_real.GetMutex()); in RefreshStateAfterStop()2482 m_thread_list_real.RefreshStateAfterStop(); in RefreshStateAfterStop()[all …]
436 m_thread_list_real(*this), m_thread_list(*this), m_thread_plans(*this), in Process()552 m_thread_list_real.Destroy(); in Finalize()1140 if (UpdateThreadList(m_thread_list_real, real_thread_list)) { in UpdateThreadListIfNeeded()1186 m_thread_list_real.Update(real_thread_list); in UpdateThreadListIfNeeded()
3149 ThreadList m_thread_list_real; ///< The threads for this process as are known variable