Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h95 lldb::ThreadSP RemoveThreadByID(lldb::tid_t tid, bool can_update = true);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp138 ThreadSP ThreadList::RemoveThreadByID(lldb::tid_t tid, bool can_update) { in RemoveThreadByID() function in ThreadList