Home
last modified time | relevance | path

Searched refs:SetBackingThread (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp277 thread_sp->SetBackingThread(backing_core_thread_sp); in CreateThreadFromThreadInfo()
279 thread_sp->SetBackingThread(core_thread_sp); in CreateThreadFromThreadInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h77 bool SetBackingThread(const lldb::ThreadSP &thread_sp) override { in SetBackingThread() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h468 virtual bool SetBackingThread(const lldb::ThreadSP &thread_sp) { in SetBackingThread() function