MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / getMvccTstamp

Function getMvccTstamp

src/server.cpp:7263–7268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7261}
7262
7263uint64_t getMvccTstamp()
7264{
7265 uint64_t rval;
7266 __atomic_load(&g_pserver->mvcc_tstamp, &rval, __ATOMIC_ACQUIRE);
7267 return rval;
7268}
7269
7270void incrementMvccTstamp()
7271{

Callers 13

lookupKeyFunction · 0.85
dbAddCoreFunction · 0.85
dbOverwriteCoreMethod · 0.85
processChangesMethod · 0.85
launchRdbSaveThreadFunction · 0.85
rdbSaveToSlavesSocketsFunction · 0.85
createSnapshotMethod · 0.85
FStaleMethod · 0.85
callFunction · 0.85
lfenceCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected