MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / GTestMutexLock

Method GTestMutexLock

tests/gtest/gtest.h:1696–1697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1694class GTestMutexLock {
1695 public:
1696 explicit GTestMutexLock(Mutex* mutex)
1697 : mutex_(mutex) { mutex_->Lock(); }
1698
1699 ~GTestMutexLock() { mutex_->Unlock(); }
1700

Callers

nothing calls this directly

Calls 1

LockMethod · 0.45

Tested by

no test coverage detected