Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp258 ThreadSP core_thread_sp( in CreateThreadFromThreadInfo() local
260 if (core_thread_sp) { in CreateThreadFromThreadInfo()
266 ThreadSP backing_core_thread_sp(core_thread_sp->GetBackingThread()); in CreateThreadFromThreadInfo()
270 thread_sp->SetBackingThread(core_thread_sp); in CreateThreadFromThreadInfo()