Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DThreadMemory.h84 lldb::ThreadSP GetBackingThread() const override { in GetBackingThread() function
/external/llvm-project/lldb/include/lldb/Target/
DThread.h460 virtual lldb::ThreadSP GetBackingThread() const { return lldb::ThreadSP(); } in GetBackingThread() function
/external/llvm-project/lldb/source/Target/
DThreadList.cpp194 ThreadSP ThreadList::GetBackingThread(const ThreadSP &real_thread) { in GetBackingThread() function in ThreadList