MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / LockExclusive

Method LockExclusive

libcppcryptfs/file/openfiles.h:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 void LockExclusive()
125 {
126 m_mutex.lock();
127 }
128
129 void UnlockExclusive()
130 {

Callers 1

LockMethod · 0.80

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected