Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/MMKV
/ shared_lock
Method
shared_lock
Core/MMKV.cpp:803–806 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
801
}
802
803
void MMKV::shared_lock() {
804
m_lock->lock();
805
m_sharedProcessLock->lock();
806
}
807
808
void MMKV::shared_unlock() {
809
m_sharedProcessLock->unlock();
Callers
nothing calls this directly
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected