Searched refs:Cancel (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandlerCursesGUI.h24 void Cancel() override;
H A DIOHandler.h77 virtual void Cancel() = 0;
365 void Cancel() override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostThread.cpp24 Status HostThread::Cancel() { return m_native_thread->Cancel(); } function in class:HostThread
H A DEditline.cpp1354 bool Editline::Cancel() { function in class:Editline
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostThreadPosix.h26 Status Cancel() override;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostThread.h35 Status Cancel();
H A DHostNativeThreadBase.h35 virtual Status Cancel() = 0;
H A DEditline.h184 /// Cancel this edit and oblitarate all trace of it
185 bool Cancel();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp40 Status HostThreadPosix::Cancel() { function in class:HostThreadPosix
44 llvm_unreachable("someone is calling HostThread::Cancel()");
/freebsd-13-stable/stand/efi/include/Protocol/
H A DHttp.h401 The Cancel() function aborts a pending HTTP request or response transaction. If
515 EFI_HTTP_CANCEL Cancel; member in struct:_EFI_HTTP_PROTOCOL
/freebsd-13-stable/stand/efi/include/
H A Defiudp.h156 EFI_UDP4_CANCEL Cancel; member in struct:_EFI_UDP4
269 EFI_UDP6_CANCEL Cancel; member in struct:_EFI_UDP6
H A Defitcp.h216 EFI_TCP4_CANCEL Cancel; member in struct:_EFI_TCP4
388 EFI_TCP6_CANCEL Cancel; member in struct:_EFI_TCP6
H A Defiip.h207 EFI_IP4_CANCEL Cancel; member in struct:_EFI_IP4
456 EFI_IP6_CANCEL Cancel; member in struct:_EFI_IP6
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp136 error = host_thread.Cancel();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp566 void IOHandlerEditline::Cancel() { function in class:IOHandlerEditline
569 m_editline_up->Cancel();
H A DDebugger.cpp1010 top_reader_sp->Cancel();
1031 reader_sp->Cancel();
H A DIOHandlerCursesGUI.cpp4062 void IOHandlerCursesGUI::Cancel() {} function in class:IOHandlerCursesGUI
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h466 void Cancel() override {}
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp1385 m_monitor_thread->Cancel();
1423 m_operation_thread->Cancel();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3384 m_process_input_reader->Cancel();
4500 void Cancel() override {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp833 void setParentCancelRegion(bool Cancel = true) {
835 Parent->CancelRegion |= Cancel;
10516 DSAStack->setParentCancelRegion(/*Cancel=*/true);

Completed in 200 milliseconds