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

Method Guard

src/jrd/Mapping.cpp:953–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951 {
952 public:
953 explicit Guard(MappingIpc* ptr)
954 : data(ptr->sharedMemory)
955 {
956 fb_assert(data);
957 data->mutexLock();
958 }
959
960 explicit Guard(MappingSharedMemory* ptr)
961 : data(ptr)

Callers

nothing calls this directly

Calls 1

mutexLockMethod · 0.80

Tested by

no test coverage detected