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

Function cryptThreadStatic

src/jrd/CryptoManager.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57namespace {
58 THREAD_ENTRY_DECLARE cryptThreadStatic(THREAD_ENTRY_PARAM p)
59 {
60 Jrd::CryptoManager* cryptoManager = (Jrd::CryptoManager*) p;
61 cryptoManager->cryptThreadRoutine();
62
63 return 0;
64 }
65
66 const UCHAR CRYPT_RELEASE = LCK_SR;
67 const UCHAR CRYPT_NORMAL = LCK_PR;

Callers

nothing calls this directly

Calls 1

cryptThreadRoutineMethod · 0.80

Tested by

no test coverage detected