MCPcopy 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
65void ThreadLock::initialize() {
66 return;
67}
68
69void ThreadLock::ThreadOnce(ThreadOnceToken_t *onceToken, void (*callback)()) {
70 pthread_once(onceToken, callback);

Callers 3

MMKVMethod · 0.45
initializeFunction · 0.45
nameSpaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected