Searched refs:stop_tid (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/Linux/
H A DProcessLinux.h96 StopAllThreads(lldb::tid_t stop_tid);
H A DProcessLinux.cpp141 ProcessLinux::StopAllThreads(lldb::tid_t stop_tid) argument
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h161 /// The \p stop_tid parameter indicates the thread which initiated the stop.
163 StopAllThreads(lldb::tid_t stop_tid);
166 /// The \p stop_tid paramter indicates the thread which the stop happened for.
168 AddThreadForInitialStopIfNeeded(lldb::tid_t stop_tid);
H A DProcessPOSIX.cpp464 ProcessPOSIX::StopAllThreads(lldb::tid_t stop_tid) argument
470 ProcessPOSIX::AddThreadForInitialStopIfNeeded(lldb::tid_t stop_tid) argument
473 ThreadStopSet::iterator it = m_seen_initial_stop.find(stop_tid);
476 m_seen_initial_stop.insert(stop_tid);

Completed in 2599 milliseconds