MCPcopy 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
803void MMKV::shared_lock() {
804 m_lock->lock();
805 m_sharedProcessLock->lock();
806}
807
808void MMKV::shared_unlock() {
809 m_sharedProcessLock->unlock();

Callers

nothing calls this directly

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected