MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / signalCancel

Method signalCancel

src/jrd/Attachment.cpp:635–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633
634
635void Jrd::Attachment::signalCancel()
636{
637 att_flags |= ATT_cancel_raise;
638
639 if (att_ext_connection && att_ext_connection->isConnected())
640 att_ext_connection->cancelExecution(false);
641
642 LCK_cancel_wait(this);
643}
644
645
646void Jrd::Attachment::signalShutdown(ISC_STATUS code)

Callers 2

JRD_cancel_operationFunction · 0.80
blockingAstCancelMethod · 0.80

Calls 3

LCK_cancel_waitFunction · 0.85
isConnectedMethod · 0.45
cancelExecutionMethod · 0.45

Tested by

no test coverage detected