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

Method mutexBug

src/jrd/tpc.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41namespace Jrd {
42
43void TipCache::MemoryInitializer::mutexBug(int osErrorCode, const char* text)
44{
45 string msg;
46 msg.printf("TPC: mutex %s error, status = %d", text, osErrorCode);
47 fb_utils::logAndDie(msg.c_str());
48}
49
50bool TipCache::GlobalTpcInitializer::initialize(SharedMemoryBase* sm, bool initFlag)
51{

Callers 3

isc_sync.cppFile · 0.45
mutexLockMethod · 0.45
mutexUnlockMethod · 0.45

Calls 3

logAndDieFunction · 0.85
printfMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected