Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp332 StructuredData::DictionarySP thread_info_sp = GetInterface().GetThreadsInfo(); in DoUpdateThreadList() local
334 if (!thread_info_sp) in DoUpdateThreadList()
345 StructuredData::ArraySP keys = thread_info_sp->GetKeys(); in DoUpdateThreadList()
349 &thread_info_sp](StructuredData::Object *item) -> bool { in DoUpdateThreadList()
360 sorted_threads[idx] = thread_info_sp->GetValueForKey(key); in DoUpdateThreadList()
364 size_t thread_count = thread_info_sp->GetSize(); in DoUpdateThreadList()