Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp298 ThreadSP core_thread_sp (core_thread_list.GetThreadAtIndex(core_number, false)); in CreateThreadFromThreadInfo() local
299 if (core_thread_sp) in CreateThreadFromThreadInfo()
305 ThreadSP backing_core_thread_sp (core_thread_sp->GetBackingThread()); in CreateThreadFromThreadInfo()
312 thread_sp->SetBackingThread(core_thread_sp); in CreateThreadFromThreadInfo()