Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h107 void RemoveThread(lldb::tid_t thread_id);
H A DNativeProcessNetBSD.cpp319 RemoveThread(pst.pe_lwp); in MonitorSIGTRAP()
835 void NativeProcessNetBSD::RemoveThread(lldb::tid_t thread_id) { in RemoveThread() function in NativeProcessNetBSD
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h114 void RemoveThread(lldb::tid_t thread_id);
H A DNativeProcessFreeBSD.cpp236 RemoveThread(info.pl_lwpid); in MonitorSIGTRAP()
808 void NativeProcessFreeBSD::RemoveThread(lldb::tid_t thread_id) { in RemoveThread() function in NativeProcessFreeBSD