Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp40 Status HostThreadPosix::Cancel() { in Cancel() function in HostThreadPosix
/freebsd-src/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 DEditline.cpp1503 bool Editline::Cancel() { Cancel() function in Editline
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h484 void Cancel() override {} Cancel() function
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp608 void IOHandlerEditline::Cancel() { in Cancel() function in IOHandlerEditline
H A DIOHandlerCursesGUI.cpp7743 void IOHandlerCursesGUI::Cancel() {} Cancel() function in IOHandlerCursesGUI
/freebsd-src/stand/efi/include/Protocol/
H A DHttp.h514 EFI_HTTP_CANCEL Cancel; member
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4472 void Cancel() override { Cancel() function in IOHandlerProcessSTDIO
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1191 int Cancel() const { return fn(); } Cancel() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp926 setParentCancelRegion(bool Cancel=true) setParentCancelRegion() argument