Searched defs:Cancel (Results 1 – 14 of 14) 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
82 bool Alarm::Cancel(Handle handle) { in Cancel() function in Alarm
1463 bool Editline::Cancel() { in Cancel() function in Editline
486 void Cancel() override {} in Cancel() function
155 EFI_UDP4_CANCEL Cancel; member268 EFI_UDP6_CANCEL Cancel; member
215 EFI_TCP4_CANCEL Cancel; member387 EFI_TCP6_CANCEL Cancel; member
206 EFI_IP4_CANCEL Cancel; member455 EFI_IP6_CANCEL Cancel; member
584 void IOHandlerEditline::Cancel() { Cancel() function in IOHandlerEditline
7744 void IOHandlerCursesGUI::Cancel() {} in Cancel() function in IOHandlerCursesGUI
514 EFI_HTTP_CANCEL Cancel; member
1202 int Cancel() const { return fn(); } in Cancel() function
4670 void Cancel() override { in Cancel() function in IOHandlerProcessSTDIO
931 void setParentCancelRegion(bool Cancel = true) { in setParentCancelRegion()