Searched refs:GetThreadByIndexID (Results 1 – 4 of 4) sorted by relevance
148 Returns the thread with the given thread IndexID.") GetThreadByIndexID;150 GetThreadByIndexID (uint32_t index_id);
95 lldb::SBThread GetThreadByIndexID(uint32_t index_id);
723 SBThread SBProcess::GetThreadByIndexID(uint32_t index_id) { in GetThreadByIndexID() function in SBProcess724 LLDB_RECORD_METHOD(lldb::SBThread, SBProcess, GetThreadByIndexID, (uint32_t), in GetThreadByIndexID()1404 LLDB_REGISTER_METHOD(lldb::SBThread, SBProcess, GetThreadByIndexID, in RegisterMethods()
39338 result = (arg1)->GetThreadByIndexID(arg2); in _wrap_SBProcess_GetThreadByIndexID()