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:1699–1699 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1697
: mutex_(mutex) { mutex_->Lock(); }
1698
1699
~GTestMutexLock() { mutex_->Unlock(); }
1700
1701
private:
1702
Mutex* const mutex_;
Callers
nothing calls this directly
Calls
1
Unlock
Method · 0.45
Tested by
no test coverage detected