MCPcopy Create free account
hub / github.com/Tencent/MMKV / lock

Method lock

Core/ThreadLock_Win32.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void ThreadLock::lock() {
46 EnterCriticalSection(&m_lock);
47}
48
49void ThreadLock::unlock() {
50 LeaveCriticalSection(&m_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected