Searched refs:GetThreadByID (Results 1 – 8 of 8) sorted by relevance
45 MachThreadSP thread_sp (GetThreadByID (tid));54 MachThreadSP thread_sp (GetThreadByID (tid));66 MachThreadSP thread_sp (GetThreadByID (tid));75 MachThreadSP thread_sp (GetThreadByID (tid));84 MachThreadSP thread_sp (GetThreadByID (tid));93 MachThreadSP thread_sp (GetThreadByID (tid));105 MachThreadSP thread_sp (GetThreadByID (tid));118 MachThreadSP thread_sp (GetThreadByID (tid));136 MachThreadSP thread_sp (GetThreadByID (tid));144 MachThreadSP thread_sp (GetThreadByID (tid));[all …]
112 NativeThreadDarwinSP GetThreadByID(lldb::tid_t tid) const;
112 NativeThreadDarwinSP GetThreadByID(lldb::tid_t id);
170 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid);177 return GetThreadByID(m_current_thread_id); in GetCurrentThread()
94 lldb::SBThread GetThreadByID(lldb::tid_t sb_thread_id);
583 NativeThreadProtocol *thread = m_debugged_process_up->GetThreadByID(tid);2110 NativeThreadProtocol *thread = m_debugged_process_up->GetThreadByID(tid);2670 NativeThreadProtocol *thread = m_debugged_process_up->GetThreadByID(tid);3153 return m_debugged_process_up->GetThreadByID(current_tid);3183 return m_debugged_process_up->GetThreadByID(tid);
104 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() function in NativeProcessProtocol
811 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID() function in SBProcess