Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/MMKV
/ initialize
Method
initialize
Core/ThreadLock.cpp:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void ThreadLock::initialize() {
66
return;
67
}
68
69
void ThreadLock::ThreadOnce(ThreadOnceToken_t *onceToken, void (*callback)()) {
70
pthread_once(onceToken, callback);
Callers
3
MMKV
Method · 0.45
initialize
Function · 0.45
nameSpace
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected