MCPcopy Create free account
hub / github.com/Tencent/MMKV / ~ThreadLock

Method ~ThreadLock

Core/ThreadLock_Win32.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34ThreadLock::~ThreadLock() {
35 DeleteCriticalSection(&m_lock);
36}
37
38void ThreadLock::initialize() {
39 // TODO: a better spin count?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected