Home
last modified time | relevance | path

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

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