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

/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp437 std::map<uint64_t, uint32_t> new_thread_id_to_used_usec_map; local
502 new_thread_id_to_used_usec_map[thread_id] = curr_used_usec;
516 m_thread_id_to_used_usec_map = new_thread_id_to_used_usec_map;

Completed in 85 milliseconds