Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp524 lldb::tid_t old_thread_id = old_thread->GetID(); in UpdateThreadList() local
526 m_session_data->m_exited_threads.find(old_thread_id); in UpdateThreadList()
532 old_thread_id); in UpdateThreadList()
534 LLDB_LOGV(log, "Thread {0} was running and has exited.", old_thread_id); in UpdateThreadList()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1646 lldb::tid_t old_thread_id = old_thread_sp->GetProtocolID(); in UpdateThreadList() local
1647 m_thread_id_to_index_id_map.erase(old_thread_id); in UpdateThreadList()