Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadCollection.h39 void InsertThread(const lldb::ThreadSP &thread_sp, uint32_t idx);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadCollection.cpp45 void ThreadCollection::InsertThread(const lldb::ThreadSP &thread_sp, in InsertThread() function in ThreadCollection
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp207 new_thread_list.InsertThread( in UpdateThreadList()