Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp270 ThreadSP core_thread_sp( in CreateThreadFromThreadInfo() local
272 if (core_thread_sp) { in CreateThreadFromThreadInfo()
278 ThreadSP backing_core_thread_sp(core_thread_sp->GetBackingThread()); in CreateThreadFromThreadInfo()
282 thread_sp->SetBackingThread(core_thread_sp); in CreateThreadFromThreadInfo()