| 317 | } |
| 318 | |
| 319 | static void _QueryCtx_ThreadSafeContextLock |
| 320 | ( |
| 321 | QueryCtx *ctx |
| 322 | ) { |
| 323 | if(ctx->global_exec_ctx.bc) { |
| 324 | RedisModule_ThreadSafeContextLock(ctx->global_exec_ctx.redis_ctx); |
| 325 | } |
| 326 | } |
| 327 | |
| 328 | static void _QueryCtx_ThreadSafeContextUnlock |
| 329 | ( |
no outgoing calls
no test coverage detected