Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadList.h102 lldb::ThreadSP GetThreadSPForThreadPtr(Thread *thread_ptr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadList.cpp176 ThreadSP ThreadList::GetThreadSPForThreadPtr(Thread *thread_ptr) { in GetThreadSPForThreadPtr() function in ThreadList