Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DThreadCollection.h39 void InsertThread(const lldb::ThreadSP &thread_sp, uint32_t idx);
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_record.h51 void InsertThread(uint32_t, fuchsia_trace_utils::ThreadInfo);
Dfuchsia_record.cc38 void FuchsiaRecord::InsertThread(uint32_t index, in InsertThread() function in perfetto::trace_processor::FuchsiaRecord
Dfuchsia_trace_tokenizer.cc304 record->InsertThread(thread_ref, in ParseRecord()
/external/llvm-project/lldb/source/Target/
DThreadCollection.cpp45 void ThreadCollection::InsertThread(const lldb::ThreadSP &thread_sp, in InsertThread() function in ThreadCollection
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp219 new_thread_list.InsertThread( in UpdateThreadList()