Home
last modified time | relevance | path

Searched refs:Halt (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h47 Status Halt() override;
H A DNativeProcessNetBSD.cpp557 Status NativeProcessNetBSD::Halt() { return StopProcess(GetID()); }
534 Status NativeProcessNetBSD::Halt() { return PtraceWrapper(PT_STOP, GetID()); } Halt() function in NativeProcessNetBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h50 Status Halt() override;
H A DNativeProcessFreeBSD.cpp516 Status NativeProcessFreeBSD::Halt() { in Halt() function in NativeProcessFreeBSD
550 Status NativeProcessFreeBSD::Interrupt() { return Halt(); } in Interrupt()
/freebsd/sys/arm/allwinner/
H A Dsunxi_dma_if.m92 # Halt DMA channel transfer
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h65 virtual Status Halt() = 0;
/freebsd/sys/dev/ofw/
H A Dofw_if.m349 * @brief Halt and return control to firmware.
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td496 // Halt subchannel.
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3311 Status Process::Halt(bool clear_thread_plans, bool use_run_lock) { in Halt() function in Process
5233 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
5293 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
5406 Halt(clear_thread_plans, use_run_lock); in RunThreadPlan()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp608 sb_error.SetError(process_sp->Halt()); in Stop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h899 Status Halt(bool clear_thread_plans = false, bool use_run_lock = true);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1197 Status error(process->Halt(clear_thread_plans)); in DoExecute()
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc1221 Halt idle CPUs.
/freebsd/share/misc/
H A Dusb_hid_usages800 0x1A5 AL Preemptive Halt Task/Application
H A Dusb_vendors24937 1a5 AL Preemptive Halt Task/Application
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3207 process->Halt(); in IOHandlerInterrupt()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6508 process->Halt(); in MenuDelegateAction()