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

Method lock

libcppcryptfs/filename/dirivcache.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void DirIvCache::lock()
93{
94 EnterCriticalSection(&m_crit);
95}
96
97void DirIvCache::unlock()
98{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected