Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp268 ThreadSP core_thread_sp( in CreateThreadFromThreadInfo() local
270 if (core_thread_sp) { in CreateThreadFromThreadInfo()
276 ThreadSP backing_core_thread_sp(core_thread_sp->GetBackingThread()); in CreateThreadFromThreadInfo()
280 thread_sp->SetBackingThread(core_thread_sp); in CreateThreadFromThreadInfo()