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

Function _QueryCtx_ThreadSafeContextUnlock

src/query_ctx.c:328–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328static 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:

Callers 2

QueryCtx_LockForCommitFunction · 0.85
_QueryCtx_UnlockCommitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected