Searched defs:Cancel (Results 1 – 11 of 11) sorted by relevance
40 Status HostThreadPosix::Cancel() { in Cancel() function in HostThreadPosix
24 Status HostThread::Cancel() { return m_native_thread->Cancel(); } in Cancel() function in HostThread
1490 bool Editline::Cancel() { in Cancel() function in Editline
51 Status HostThreadWindows::Cancel() { in Cancel() function in HostThreadWindows
829 sub Cancel { subroutine
475 void Cancel() override {} in Cancel() function
584 void IOHandlerEditline::Cancel() { in Cancel() function in IOHandlerEditline
7720 void IOHandlerCursesGUI::Cancel() {} in Cancel() function in IOHandlerCursesGUI
4427 void Cancel() override { in Cancel() function in IOHandlerProcessSTDIO
1216 int Cancel() const { return fn(); } in Cancel() function
903 void setParentCancelRegion(bool Cancel = true) { in setParentCancelRegion()