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/include/lldb/Target/
H A DThread.h510 backed_thread.SetBackingThread(shared_from_this()); in SetBackedThread()
518 virtual bool SetBackingThread(const lldb::ThreadSP &thread_sp) { in SetBackingThread() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h140 bool SetBackingThread(const lldb::ThreadSP &thread_sp) override { in SetBackingThread() function