Lines Matching refs:num_threads

121   const size_t num_threads = m_threads.size();  in GetThreadByID()  local
122 for (size_t idx = 0; idx < num_threads; ++idx) { in GetThreadByID()
135 const size_t num_threads = m_threads.size(); in GetThreadByMachPortNumber() local
136 for (size_t idx = 0; idx < num_threads; ++idx) { in GetThreadByMachPortNumber()
149 const size_t num_threads = m_threads.size(); in GetThreadIDByMachPortNumber() local
150 for (size_t idx = 0; idx < num_threads; ++idx) { in GetThreadIDByMachPortNumber()
162 const size_t num_threads = m_threads.size(); in GetMachPortNumberByThreadID() local
163 for (size_t idx = 0; idx < num_threads; ++idx) { in GetMachPortNumberByThreadID()
355 const size_t num_threads = m_threads.size(); in CurrentThread() local
356 for (uint32_t idx = 0; idx < num_threads; ++idx) { in CurrentThread()
368 const size_t num_threads = m_threads.size(); in Dump() local
369 for (uint32_t idx = 0; idx < num_threads; ++idx) { in Dump()
413 const size_t num_threads = m_threads.size(); in ProcessWillResume() local
414 for (uint32_t idx = 0; idx < num_threads; ++idx) { in ProcessWillResume()
452 const uint32_t num_threads = UpdateThreadList(process, true); in ProcessDidStop() local
453 for (uint32_t idx = 0; idx < num_threads; ++idx) { in ProcessDidStop()
456 return num_threads; in ProcessDidStop()
471 const size_t num_threads = m_threads.size(); in ShouldStop() local
472 for (uint32_t idx = 0; !should_stop && idx < num_threads; ++idx) { in ShouldStop()
480 const size_t num_threads = m_threads.size(); in NotifyBreakpointChanged() local
481 for (uint32_t idx = 0; idx < num_threads; ++idx) { in NotifyBreakpointChanged()
493 const size_t num_threads = m_threads.size(); in DoHardwareBreakpointAction() local
498 for (uint32_t idx = 0; idx < num_threads; ++idx) { in DoHardwareBreakpointAction()
525 for (uint32_t idx = 0; idx < num_threads; ++idx) in DoHardwareBreakpointAction()
559 const size_t num_threads = m_threads.size(); in NumSupportedHardwareWatchpoints() local
562 if (num_threads) in NumSupportedHardwareWatchpoints()
571 const size_t num_threads = m_threads.size(); in GetThreadIndexForThreadStoppedWithSignal() local
572 for (uint32_t idx = 0; !should_stop && idx < num_threads; ++idx) { in GetThreadIndexForThreadStoppedWithSignal()