Home
last modified time | relevance | path

Searched defs:Cancel (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp40 Status HostThreadPosix::Cancel() { in Cancel() function in HostThreadPosix
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostThread.cpp24 Status HostThread::Cancel() { return m_native_thread->Cancel(); } in Cancel() function in HostThread
H A DAlarm.cpp82 bool Alarm::Cancel(Handle handle) { in Cancel() function in Alarm
H A DEditline.cpp1463 bool Editline::Cancel() { in Cancel() function in Editline
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h486 void Cancel() override {} in Cancel() function
/freebsd/stand/efi/include/
H A Defiudp.h155 EFI_UDP4_CANCEL Cancel; member
268 EFI_UDP6_CANCEL Cancel; member
H A Defitcp.h215 EFI_TCP4_CANCEL Cancel; member
387 EFI_TCP6_CANCEL Cancel; member
H A Defiip.h206 EFI_IP4_CANCEL Cancel; member
455 EFI_IP6_CANCEL Cancel; member
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp584 void IOHandlerEditline::Cancel() { Cancel() function in IOHandlerEditline
H A DIOHandlerCursesGUI.cpp7744 void IOHandlerCursesGUI::Cancel() {} in Cancel() function in IOHandlerCursesGUI
/freebsd/stand/efi/include/Protocol/
H A DHttp.h514 EFI_HTTP_CANCEL Cancel; member
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1202 int Cancel() const { return fn(); } in Cancel() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4670 void Cancel() override { in Cancel() function in IOHandlerProcessSTDIO
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp931 void setParentCancelRegion(bool Cancel = true) { in setParentCancelRegion()