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

Method MutexLock

extern/re2/util/mutex.h:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107class MutexLock {
108 public:
109 explicit MutexLock(Mutex *mu) : mu_(mu) { mu_->Lock(); }
110 ~MutexLock() { mu_->Unlock(); }
111 private:
112 Mutex * const mu_;

Callers

nothing calls this directly

Calls 1

LockMethod · 0.45

Tested by

no test coverage detected