Home
last modified time | relevance | path

Searched refs:stop_tid (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.h152 bool AddThreadForInitialStopIfNeeded(lldb::tid_t stop_tid);
154 bool WaitingForInitialStop(lldb::tid_t stop_tid);
DProcessFreeBSD.cpp517 bool ProcessFreeBSD::AddThreadForInitialStopIfNeeded(lldb::tid_t stop_tid) { in AddThreadForInitialStopIfNeeded() argument
519 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() argument
528 return (m_seen_initial_stop.find(stop_tid) == m_seen_initial_stop.end()); in WaitingForInitialStop()