Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/MMKV
/ ThreadLock
Method
ThreadLock
Core/ThreadLock_Win32.cpp:31–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
namespace mmkv {
30
31
ThreadLock::ThreadLock() : m_lock{0} {
32
}
33
34
ThreadLock::~ThreadLock() {
35
DeleteCriticalSection(&m_lock);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected