Searched refs:detach_tid (Results 1 – 1 of 1) sorted by relevance
5743 lldb::tid_t follow_tid, detach_tid; in DidFork() local5750 detach_tid = child_tid; in DidFork()5756 detach_tid = parent_tid; in DidFork()5761 if (!m_gdb_comm.SetCurrentThread(detach_tid, detach_pid)) { in DidFork()5813 lldb::tid_t detach_tid; in DidVFork() local5818 detach_tid = child_tid; in DidVFork()5824 detach_tid = m_thread_ids.front(); in DidVFork()5827 if (!m_gdb_comm.SetCurrentThread(detach_tid, detach_pid)) { in DidVFork()