Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp267 ThreadSP core_thread_sp( in CreateThreadFromThreadInfo() local
269 if (core_thread_sp) { in CreateThreadFromThreadInfo()
275 ThreadSP backing_core_thread_sp(core_thread_sp->GetBackingThread()); in CreateThreadFromThreadInfo()
279 thread_sp->SetBackingThread(core_thread_sp); in CreateThreadFromThreadInfo()