Searched refs:SetCurrentThreadID (Results 1 – 4 of 4) sorted by relevance
190 void SetCurrentThreadID(lldb::tid_t tid);
1284 SetCurrentThreadID(tid);1585 void GDBRemoteCommunicationServerLLGS::SetCurrentThreadID(lldb::tid_t tid) { function in GDBRemoteCommunicationServerLLGS1591 m_debugged_process_up->SetCurrentThreadID(m_current_tid);1634 SetCurrentThreadID(tid);2123 SetCurrentThreadID(tid);
172 void SetCurrentThreadID(lldb::tid_t tid) { m_current_thread_id = tid; } in SetCurrentThreadID() function
653 SetCurrentThreadID(thread_id); in AddThread()