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

Function isPthreadError

src/common/isc_sync.cpp:549–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547namespace {
548
549 int isPthreadError(int rc, const char* function)
550 {
551 if (rc == 0)
552 return 0;
553 iscLogStatus("Pthread Error",
554 (Arg::Gds(isc_sys_request) << Arg::Str(function) << Arg::Unix(rc)).value());
555 return rc;
556 }
557
558}
559

Callers

nothing calls this directly

Calls 5

iscLogStatusFunction · 0.85
GdsClass · 0.85
StrClass · 0.85
UnixClass · 0.85
valueMethod · 0.45

Tested by

no test coverage detected