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

Method lock

libcppcryptfs/filename/casecache.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void CaseCache::lock()
98{
99 EnterCriticalSection(&m_crit);
100}
101
102void CaseCache::unlock()
103{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected