Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1694
class 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
Lock
Method · 0.45
Tested by
no test coverage detected