Home
last modified time | relevance | path

Searched refs:old_thread_id (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp533 lldb::tid_t old_thread_id = old_thread->GetID(); in DoUpdateThreadList() local
535 m_session_data->m_exited_threads.find(old_thread_id); in DoUpdateThreadList()
541 old_thread_id); in DoUpdateThreadList()
543 LLDB_LOGV(log, "Thread {0} was running and has exited.", old_thread_id); in DoUpdateThreadList()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1571 lldb::tid_t old_thread_id = old_thread_sp->GetProtocolID(); in DoUpdateThreadList() local
1572 m_thread_id_to_index_id_map.erase(old_thread_id); in DoUpdateThreadList()