Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp40 Status HostThreadPosix::Cancel() { in Cancel() function in HostThreadPosix
/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() { Cancel() function in Editline
/llvm-project/lldb/source/Host/windows/
H A DHostThreadWindows.cpp51 Status HostThreadWindows::Cancel() { in Cancel() function in HostThreadWindows
/llvm-project/flang/runtime/
H A Dconnection.h118 RT_API_ATTRS void Cancel() { cancelled_ = true; } in Cancel() function
/llvm-project/lldb/unittests/Host/
H A DAlarmTest.cpp91 TEST(AlarmTest,Cancel) TEST() argument
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h486 void Cancel() override {} Cancel() function
/llvm-project/lldb/source/Core/
H A DIOHandler.cpp608 void IOHandlerEditline::Cancel() { Cancel() function in IOHandlerEditline
H A DIOHandlerCursesGUI.cpp7744 void IOHandlerCursesGUI::Cancel() {} Cancel() function in IOHandlerCursesGUI
/llvm-project/clang-tools-extra/clangd/
H A DProtocol.cpp497 if (auto Cancel = StaleRequestSupport->getBoolean("cancel")) in fromJSON() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp395 CallInst *Cancel = dyn_cast<CallInst>(GTID->getNextNode()); TEST_F() local
466 CallInst *Cancel = dyn_cast<CallInst>(GTID->getNextNode()); TEST_F() local
[all...]
/llvm-project/lldb/source/Target/
H A DProcess.cpp4653 void Cancel() override { Cancel() function in IOHandlerProcessSTDIO
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1202 int Cancel() const { return fn(); } Cancel() function
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp930 setParentCancelRegion(bool Cancel=true) setParentCancelRegion() argument