Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadList.h101 lldb::ThreadSP GetThreadSPForThreadPtr(Thread *thread_ptr);
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadList.cpp178 ThreadSP ThreadList::GetThreadSPForThreadPtr(Thread *thread_ptr) { in GetThreadSPForThreadPtr() function in ThreadList