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

Method Guard

src/jrd/ProfilerManager.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 {
78 public:
79 explicit Guard(ProfilerIpc* ipc)
80 : sharedMemory(ipc->sharedMemory)
81 {
82 sharedMemory->mutexLock();
83 }
84
85 ~Guard()
86 {

Callers

nothing calls this directly

Calls 1

mutexLockMethod · 0.80

Tested by

no test coverage detected