Home
last modified time | relevance | path

Searched refs:GetThreadIndexForThreadStoppedWithSignal (Results 1 – 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h55 uint32_t GetThreadIndexForThreadStoppedWithSignal (const int signo) const;
DMachThreadList.cpp596 MachThreadList::GetThreadIndexForThreadStoppedWithSignal (const int signo) const in GetThreadIndexForThreadStoppedWithSignal() function in MachThreadList
DMachProcess.cpp474 uint32_t thread_idx = m_thread_list.GetThreadIndexForThreadStoppedWithSignal (SIGSTOP); in DoSIGSTOP()
508 uint32_t thread_idx = m_thread_list.GetThreadIndexForThreadStoppedWithSignal (SIGSTOP); in DoSIGSTOP()