Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Lock
Method · 0.80
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected