Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ WLock
Method
WLock
Utilities/cmcppdap/src/rwmutex.h:150–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
};
149
150
WLock::WLock(RWMutex& mutex) : m(&mutex) {
151
m->lockWriter();
152
}
153
154
WLock::~WLock() {
155
if (m != nullptr) {
Callers
nothing calls this directly
Calls
1
lockWriter
Method · 0.80
Tested by
no test coverage detected