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

Function blockingOperationStarts

src/server.cpp:2760–2764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2758}
2759
2760void blockingOperationStarts() {
2761 if(!g_pserver->blocking_op_nesting++){
2762 __atomic_load(&g_pserver->mstime, &g_pserver->blocked_last_cron, __ATOMIC_ACQUIRE);
2763 }
2764}
2765
2766void blockingOperationEnds() {
2767 if(!(--g_pserver->blocking_op_nesting)){

Callers 2

startLoadingFunction · 0.85
luaMaskCountHookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected