Home
last modified time | relevance | path

Searched defs:GetBackingThread (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h84 lldb::ThreadSP GetBackingThread() const override { in GetBackingThread() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h463 virtual lldb::ThreadSP GetBackingThread() const { return lldb::ThreadSP(); } in GetBackingThread() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp195 ThreadSP ThreadList::GetBackingThread(const ThreadSP &real_thread) { in GetBackingThread() function in ThreadList