Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.h98 void RemoveThread(lldb::tid_t thread_id);
DNativeProcessNetBSD.cpp288 RemoveThread(pst.pe_lwp); in MonitorSIGTRAP()
779 void NativeProcessNetBSD::RemoveThread(lldb::tid_t thread_id) { in RemoveThread() function in NativeProcessNetBSD
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeProcessFreeBSD.h100 void RemoveThread(lldb::tid_t thread_id);
DNativeProcessFreeBSD.cpp223 RemoveThread(info.pl_lwpid); in MonitorSIGTRAP()
733 void NativeProcessFreeBSD::RemoveThread(lldb::tid_t thread_id) { in RemoveThread() function in NativeProcessFreeBSD