Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DHostThreadPosix.cpp40 Status HostThreadPosix::Cancel() { in Cancel() function in HostThreadPosix
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DHostThread.cpp24 Status HostThread::Cancel() { return m_native_thread->Cancel(); } in Cancel() function in HostThread
H A DEditline.cpp1490 bool Editline::Cancel() { in Cancel() function in Editline
/openbsd/gnu/llvm/lldb/source/Host/windows/
H A DHostThreadWindows.cpp51 Status HostThreadWindows::Cancel() { in Cancel() function in HostThreadWindows
/openbsd/gnu/usr.bin/perl/utils/
H A Dperlbug.PL829 sub Cancel { subroutine
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h475 void Cancel() override {} in Cancel() function
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp584 void IOHandlerEditline::Cancel() { in Cancel() function in IOHandlerEditline
H A DIOHandlerCursesGUI.cpp7720 void IOHandlerCursesGUI::Cancel() {} in Cancel() function in IOHandlerCursesGUI
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4427 void Cancel() override { in Cancel() function in IOHandlerProcessSTDIO
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1216 int Cancel() const { return fn(); } in Cancel() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp903 void setParentCancelRegion(bool Cancel = true) { in setParentCancelRegion()