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

Method mutexBug

src/jrd/ProfilerManager.cpp:826–830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826void ProfilerIpc::mutexBug(int osErrorCode, const char* text)
827{
828 iscLogStatus("Error when working with profiler shared memory",
829 (Arg::Gds(isc_sys_request) << text << Arg::OsError(osErrorCode)).value());
830}
831
832void ProfilerIpc::internalSendAndReceive(thread_db* tdbb, Tag tag,
833 const void* in, unsigned inSize, void* out, unsigned outSize)

Callers

nothing calls this directly

Calls 4

iscLogStatusFunction · 0.85
GdsClass · 0.85
OsErrorClass · 0.85
valueMethod · 0.45

Tested by

no test coverage detected