Home
last modified time | relevance | path

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

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