Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DProcess.h3303 AssignIndexIDToThread(uint64_t thread_id);
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp489 int32_t index_id = process->AssignIndexIDToThread(thread_id); in HarmonizeThreadIdsForProfileData()
/external/lldb/source/Target/
DProcess.cpp1587 return AssignIndexIDToThread(thread_id); in GetNextThreadIndexID()
1605 Process::AssignIndexIDToThread(uint64_t thread_id) in AssignIndexIDToThread() function in Process