MCPcopy Create free account
hub / github.com/F-Stack/f-stack / blockingOperationStarts

Function blockingOperationStarts

app/redis-6.2.6/src/server.c:2280–2285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2278
2279
2280void blockingOperationStarts() {
2281 if(!server.blocking_op_nesting++){
2282 updateCachedTime(0);
2283 server.blocked_last_cron = server.mstime;
2284 }
2285}
2286
2287void blockingOperationEnds() {
2288 if(!(--server.blocking_op_nesting)){

Callers 2

luaMaskCountHookFunction · 0.85
startLoadingFunction · 0.85

Calls 1

updateCachedTimeFunction · 0.85

Tested by

no test coverage detected