Home
last modified time | relevance | path

Searched refs:FindThreadByProtocolID (Results 1 – 4 of 4) sorted by relevance

/external/lldb/include/lldb/Target/
DThreadList.h77 FindThreadByProtocolID (lldb::tid_t tid, bool can_update = true);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp438 ThreadSP kernel_thread_sp (m_thread_list.FindThreadByProtocolID(g_kernel_tid)); in DoResume()
547 ThreadSP thread_sp (old_thread_list.FindThreadByProtocolID(g_kernel_tid, false)); in UpdateThreadList()
/external/lldb/source/Target/
DThreadList.cpp133 ThreadList::FindThreadByProtocolID (lldb::tid_t tid, bool can_update) in FindThreadByProtocolID() function in ThreadList
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1477 thread_sp = m_thread_list_real.FindThreadByProtocolID(tid, false); in SetThreadStopInfo()