Searched refs:follow_tid (Results 1 – 1 of 1) sorted by relevance
5743 lldb::tid_t follow_tid, detach_tid; in DidFork() local5748 follow_tid = parent_tid; in DidFork()5754 follow_tid = child_tid; in DidFork()5776 if (!m_gdb_comm.SetCurrentThread(follow_tid, follow_pid) || in DidFork()5777 !m_gdb_comm.SetCurrentThreadForRun(follow_tid, follow_pid)) { in DidFork()