MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / _QueryCtx_ThreadSafeContextLock

Function _QueryCtx_ThreadSafeContextLock

src/query_ctx.c:319–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319static 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
328static void _QueryCtx_ThreadSafeContextUnlock
329(

Callers 1

QueryCtx_LockForCommitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected