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

Method terminateCryptThread

src/jrd/CryptoManager.cpp:923–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921 }
922
923 void CryptoManager::terminateCryptThread(thread_db*, bool wait)
924 {
925 flDown = true;
926 if (wait)
927 cryptThread.waitForCompletion();
928 }
929
930 void CryptoManager::stopThreadUsing(thread_db* tdbb, Attachment* att)
931 {

Callers 1

release_attachmentFunction · 0.80

Calls 1

waitForCompletionMethod · 0.45

Tested by

no test coverage detected