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

Method started

src/jrd/svc.cpp:453–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453void Service::started()
454{
455 // ExistenceGuard guard(this, FB_FUNCTION);
456 // Not needed here - lock is taken by thread waiting for us
457
458 if (!(svc_flags & SVC_evnt_fired))
459 {
460 svc_flags |= SVC_evnt_fired;
461 svcStart.release();
462 }
463}
464
465void Service::putLine(char tag, const char* val)
466{

Callers 15

EXE_actionFunction · 0.45
EXE_two_phaseFunction · 0.45
ALICE_mainFunction · 0.45
aliceFunction · 0.45
ALICE_printFunction · 0.45
gbakFunction · 0.45
BURP_abortFunction · 0.45
BURP_errorFunction · 0.45
BURP_print_statusFunction · 0.45
mvol_readFunction · 0.45
mvol_writeFunction · 0.45
read_headerFunction · 0.45

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected