| 326 | } |
| 327 | |
| 328 | static void _QueryCtx_ThreadSafeContextUnlock |
| 329 | ( |
| 330 | QueryCtx *ctx |
| 331 | ) { |
| 332 | if(ctx->global_exec_ctx.bc) RedisModule_ThreadSafeContextUnlock(ctx->global_exec_ctx.redis_ctx); |
| 333 | } |
| 334 | |
| 335 | // starts a locking flow before commiting changes |
| 336 | // Locking flow: |
no outgoing calls
no test coverage detected