Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp282 ThreadSP core_thread_sp (core_thread_list.GetThreadAtIndex(core_number, false)); in CreateThreadFromThreadInfo() local
283 if (core_thread_sp) in CreateThreadFromThreadInfo()
285 ThreadSP backing_core_thread_sp (core_thread_sp->GetBackingThread()); in CreateThreadFromThreadInfo()
292 thread_sp->SetBackingThread(core_thread_sp); in CreateThreadFromThreadInfo()