Searched refs:m_thread_id_to_used_usec_map (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h413 std::map<uint64_t, uint32_t> m_thread_id_to_used_usec_map; member in class:lldb_private::process_gdb_remote::ProcessGDBRemote
H A DProcessGDBRemote.cpp4987 m_thread_id_to_used_usec_map.find(thread_id);
4988 if (iterator != m_thread_id_to_used_usec_map.end()) {
4989 prev_used_usec = m_thread_id_to_used_usec_map[thread_id];
5027 m_thread_id_to_used_usec_map = new_thread_id_to_used_usec_map;

Completed in 117 milliseconds