Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5056 std::map<uint64_t, uint32_t> new_thread_id_to_used_usec_map; in HarmonizeThreadIdsForProfileData() local
5115 new_thread_id_to_used_usec_map[thread_id] = curr_used_usec; in HarmonizeThreadIdsForProfileData()
5125 m_thread_id_to_used_usec_map = new_thread_id_to_used_usec_map; in HarmonizeThreadIdsForProfileData()