MCPcopy 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
150WLock::WLock(RWMutex& mutex) : m(&mutex) {
151 m->lockWriter();
152}
153
154WLock::~WLock() {
155 if (m != nullptr) {

Callers

nothing calls this directly

Calls 1

lockWriterMethod · 0.80

Tested by

no test coverage detected