Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThreadList.h94 lldb::ThreadSP RemoveThreadByID(lldb::tid_t tid, bool can_update = true);
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp139 ThreadSP ThreadList::RemoveThreadByID(lldb::tid_t tid, bool can_update) { in RemoveThreadByID() function in ThreadList