MCPcopy Create free account
hub / github.com/apache/singa / ~GTestMutexLock

Method ~GTestMutexLock

test/gtest/gtest.h:2523–2523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2521 : mutex_(mutex) { mutex_->Lock(); }
2522
2523 ~GTestMutexLock() { mutex_->Unlock(); }
2524
2525 private:
2526 MutexBase* const mutex_;

Callers

nothing calls this directly

Calls 1

UnlockMethod · 0.45

Tested by

no test coverage detected