Home
last modified time | relevance | path

Searched defs:Interrupt (Results 1 – 15 of 15) sorted by path

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h160 virtual bool Interrupt() { return false; } in Interrupt() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp615 bool IOHandlerEditline::Interrupt() { in Interrupt() function in IOHandlerEditline
H A DIOHandlerCursesGUI.cpp7745 bool IOHandlerCursesGUI::Interrupt() { in Interrupt() function in IOHandlerCursesGUI
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1492 bool Editline::Interrupt() { in Interrupt() function in Editline
H A DNativeProcessProtocol.cpp34 lldb_private::Status NativeProcessProtocol::Interrupt() { in Interrupt() function in NativeProcessProtocol
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp529 Status NativeProcessFreeBSD::Interrupt() { return Halt(); } in Interrupt() function in NativeProcessFreeBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp581 Status NativeProcessNetBSD::Interrupt() { return StopProcess(GetID()); } in Interrupt() function in NativeProcessNetBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp172 bool GDBRemoteClientBase::Interrupt(std::chrono::seconds interrupt_timeout) { in Interrupt() function in GDBRemoteClientBase
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp936 bool ScriptInterpreterPythonImpl::Interrupt() { in Interrupt() function in ScriptInterpreterPythonImpl
H A DScriptInterpreterPythonImpl.h486 bool Interrupt() override { return m_python->Interrupt(); } in Interrupt() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4493 bool Interrupt() override { in Interrupt() function in IOHandlerProcessSTDIO
/freebsd/sys/contrib/dev/acpica/include/
H A Dacrestyp.h294 UINT8 Interrupt; member
548 UINT32 Interrupt; member
H A Dactbl3.h261 UINT32 Interrupt; member
307 UINT32 Interrupt; member
H A Damlresrc.h507 UINT32 Interrupt; member
/freebsd/tests/sys/fs/fusefs/
H A Dinterrupt.cc84 class Interrupt: public FuseTest { class
88 Interrupt(): m_child(NULL) {}; in Interrupt() function in Interrupt