Searched refs:stop_tid (Results 1 – 2 of 2) sorted by relevance
152 bool AddThreadForInitialStopIfNeeded(lldb::tid_t stop_tid);154 bool WaitingForInitialStop(lldb::tid_t stop_tid);
517 bool ProcessFreeBSD::AddThreadForInitialStopIfNeeded(lldb::tid_t stop_tid) { in AddThreadForInitialStopIfNeeded() argument519 ThreadStopSet::iterator it = m_seen_initial_stop.find(stop_tid); in AddThreadForInitialStopIfNeeded()521 m_seen_initial_stop.insert(stop_tid); in AddThreadForInitialStopIfNeeded()527 bool ProcessFreeBSD::WaitingForInitialStop(lldb::tid_t stop_tid) { in WaitingForInitialStop() argument528 return (m_seen_initial_stop.find(stop_tid) == m_seen_initial_stop.end()); in WaitingForInitialStop()