| 2764 | } |
| 2765 | |
| 2766 | void blockingOperationEnds() { |
| 2767 | if(!(--g_pserver->blocking_op_nesting)){ |
| 2768 | g_pserver->blocked_last_cron = 0; |
| 2769 | } |
| 2770 | } |
| 2771 | |
| 2772 | /* This function fill in the role of serverCron during RDB or AOF loading, and |
| 2773 | * also during blocked scripts. |
no outgoing calls
no test coverage detected