Searched refs:CreateThreadFromThreadInfo (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h93 CreateThreadFromThreadInfo (lldb_private::PythonDictionary &thread_dict,
H A DOperatingSystemPython.cpp210 ThreadSP thread_sp (CreateThreadFromThreadInfo (thread_dict, core_thread_list, old_thread_list, NULL));
227 OperatingSystemPython::CreateThreadFromThreadInfo (PythonDictionary &thread_dict, function in class:OperatingSystemPython
406 ThreadSP thread_sp (CreateThreadFromThreadInfo (thread_info_dict, core_threads, thread_list, &did_create));

Completed in 116 milliseconds