Lines Matching refs:thread_index
831 uint32_t thread_index = 0; in SendStopReplyPacketForThread() local
833 for (listed_thread = m_current_process->GetThreadAtIndex(thread_index); in SendStopReplyPacketForThread()
834 listed_thread; ++thread_index, in SendStopReplyPacketForThread()
835 listed_thread = m_current_process->GetThreadAtIndex(thread_index)) { in SendStopReplyPacketForThread()
836 if (thread_index > 0) in SendStopReplyPacketForThread()
847 if (thread_index > 1) { in SendStopReplyPacketForThread()
1852 uint32_t thread_index; in Handle_qfThreadInfo() local
1853 for (thread_index = 0, in Handle_qfThreadInfo()
1854 thread = m_current_process->GetThreadAtIndex(thread_index); in Handle_qfThreadInfo()
1855 thread; ++thread_index, in Handle_qfThreadInfo()
1856 thread = m_current_process->GetThreadAtIndex(thread_index)) { in Handle_qfThreadInfo()
1857 LLDB_LOG(log, "iterated thread {0}(tid={2})", thread_index, in Handle_qfThreadInfo()
1859 if (thread_index > 0) in Handle_qfThreadInfo()